mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	Kernel: Remove unnecessary includes in FileSystem.{cpp,h}
This commit is contained in:
		
							parent
							
								
									55c6e08c9e
								
							
						
					
					
						commit
						ea8578bf11
					
				
					 2 changed files with 0 additions and 4 deletions
				
			
		|  | @ -4,17 +4,14 @@ | |||
|  * SPDX-License-Identifier: BSD-2-Clause | ||||
|  */ | ||||
| 
 | ||||
| #include <AK/Assertions.h> | ||||
| #include <AK/HashMap.h> | ||||
| #include <AK/Singleton.h> | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <AK/StringView.h> | ||||
| #include <Kernel/Arch/x86/InterruptDisabler.h> | ||||
| #include <Kernel/FileSystem/FileSystem.h> | ||||
| #include <Kernel/FileSystem/Inode.h> | ||||
| #include <Kernel/Net/LocalSocket.h> | ||||
| #include <Kernel/VM/MemoryManager.h> | ||||
| #include <LibC/errno_numbers.h> | ||||
| 
 | ||||
| namespace Kernel { | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,6 @@ | |||
| 
 | ||||
| #include <AK/RefCounted.h> | ||||
| #include <AK/RefPtr.h> | ||||
| #include <AK/String.h> | ||||
| #include <AK/StringView.h> | ||||
| #include <Kernel/FileSystem/InodeIdentifier.h> | ||||
| #include <Kernel/KResult.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling