mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:42:45 +00:00 
			
		
		
		
	Kernel: Remove unused includes of Kernel/Debug.h
These instances were detected by searching for files that include Kernel/Debug.h, but don't match the regex: \\bdbgln_if\(|_DEBUG\\b This regex is pessimistic, so there might be more files that don't check for any real *_DEBUG macro. There seem to be no corner cases anyway. In theory, one might use LibCPP to detect things like this automatically, but let's do this one step after another.
This commit is contained in:
		
							parent
							
								
									a6a439243f
								
							
						
					
					
						commit
						143a64f9a2
					
				
					 14 changed files with 0 additions and 14 deletions
				
			
		|  | @ -6,7 +6,6 @@ | |||
| 
 | ||||
| #include <Kernel/Bus/PCI/API.h> | ||||
| #include <Kernel/Bus/PCI/Access.h> | ||||
| #include <Kernel/Debug.h> | ||||
| #include <Kernel/FileSystem/SysFS/Subsystems/Bus/PCI/DeviceAttribute.h> | ||||
| #include <Kernel/FileSystem/SysFS/Subsystems/Bus/PCI/DeviceDirectory.h> | ||||
| #include <Kernel/Sections.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ben Wiederhake
						Ben Wiederhake