mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Apparently without this file, we won't be able to compile due to missing includes to TimeManagement and KBufferBuilder.
This commit is contained in:
		
							parent
							
								
									87c4080d00
								
							
						
					
					
						commit
						12b7328c22
					
				
					 7 changed files with 7 additions and 0 deletions
				
			
		|  | @ -18,6 +18,7 @@ | ||||||
| #ifdef KERNEL | #ifdef KERNEL | ||||||
| #    include <Kernel/Process.h> | #    include <Kernel/Process.h> | ||||||
| #    include <Kernel/Thread.h> | #    include <Kernel/Thread.h> | ||||||
|  | #    include <Kernel/Time/TimeManagement.h> | ||||||
| #else | #else | ||||||
| #    include <math.h> | #    include <math.h> | ||||||
| #    include <stdio.h> | #    include <stdio.h> | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ | ||||||
| #include <Kernel/FileSystem/Custody.h> | #include <Kernel/FileSystem/Custody.h> | ||||||
| #include <Kernel/FileSystem/OpenFileDescription.h> | #include <Kernel/FileSystem/OpenFileDescription.h> | ||||||
| #include <Kernel/FileSystem/VirtualFileSystem.h> | #include <Kernel/FileSystem/VirtualFileSystem.h> | ||||||
|  | #include <Kernel/KBufferBuilder.h> | ||||||
| #include <Kernel/KLexicalPath.h> | #include <Kernel/KLexicalPath.h> | ||||||
| #include <Kernel/Locking/Spinlock.h> | #include <Kernel/Locking/Spinlock.h> | ||||||
| #include <Kernel/Memory/ScopedAddressSpaceSwitcher.h> | #include <Kernel/Memory/ScopedAddressSpaceSwitcher.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <Kernel/FileSystem/DevPtsFS/FileSystem.h> | #include <Kernel/FileSystem/DevPtsFS/FileSystem.h> | ||||||
| #include <Kernel/FileSystem/DevPtsFS/Inode.h> | #include <Kernel/FileSystem/DevPtsFS/Inode.h> | ||||||
| #include <Kernel/TTY/SlavePTY.h> | #include <Kernel/TTY/SlavePTY.h> | ||||||
|  | #include <Kernel/Time/TimeManagement.h> | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ | ||||||
| #include <Kernel/KBufferBuilder.h> | #include <Kernel/KBufferBuilder.h> | ||||||
| #include <Kernel/PerformanceEventBuffer.h> | #include <Kernel/PerformanceEventBuffer.h> | ||||||
| #include <Kernel/Process.h> | #include <Kernel/Process.h> | ||||||
|  | #include <Kernel/Time/TimeManagement.h> | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <Kernel/PerformanceEventBuffer.h> | #include <Kernel/PerformanceEventBuffer.h> | ||||||
| #include <Kernel/Process.h> | #include <Kernel/Process.h> | ||||||
| #include <Kernel/Thread.h> | #include <Kernel/Thread.h> | ||||||
|  | #include <Kernel/Time/TimeManagement.h> | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <Kernel/Process.h> | #include <Kernel/Process.h> | ||||||
|  | #include <Kernel/Time/TimeManagement.h> | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <Kernel/Process.h> | #include <Kernel/Process.h> | ||||||
|  | #include <Kernel/Time/TimeManagement.h> | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A