mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	Kernel: Remove an unused fd_set.h import
The project appears to build just fine without it, and the explicit use of `LibC` causes it to conflict with the system-wide `fd_set.h` when building inside of Serenity.
This commit is contained in:
		
							parent
							
								
									85ba70d86f
								
							
						
					
					
						commit
						5200cdac43
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -10,10 +10,6 @@ | |||
| #include <AK/Types.h> | ||||
| #include <AK/Userspace.h> | ||||
| 
 | ||||
| #ifdef __serenity__ | ||||
| #    include <LibC/fd_set.h> | ||||
| #endif | ||||
| 
 | ||||
| constexpr int syscall_vector = 0x82; | ||||
| 
 | ||||
| extern "C" { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Schumacher
						Tim Schumacher