mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:32:44 +00:00 
			
		
		
		
	Kernel: Remove IO.h include from a bunch of places
This commit is contained in:
		
							parent
							
								
									c0a64f7317
								
							
						
					
					
						commit
						3e9dfd2e74
					
				
					 7 changed files with 0 additions and 7 deletions
				
			
		|  | @ -8,7 +8,6 @@ | |||
| #include <Kernel/Bus/PCI/Access.h> | ||||
| #include <Kernel/Bus/PCI/SysFSPCI.h> | ||||
| #include <Kernel/Debug.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Sections.h> | ||||
| 
 | ||||
| namespace Kernel::PCI { | ||||
|  |  | |||
|  | @ -8,7 +8,6 @@ | |||
| #include <Kernel/Graphics/Console/TextModeConsole.h> | ||||
| #include <Kernel/Graphics/GraphicsManagement.h> | ||||
| #include <Kernel/Graphics/VGACompatibleAdapter.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Sections.h> | ||||
| 
 | ||||
| namespace Kernel { | ||||
|  |  | |||
|  | @ -9,7 +9,6 @@ | |||
| #include <Kernel/Arch/x86/Interrupts.h> | ||||
| #include <Kernel/CommandLine.h> | ||||
| #include <Kernel/Firmware/ACPI/MultiProcessorParser.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Interrupts/APIC.h> | ||||
| #include <Kernel/Interrupts/IOAPIC.h> | ||||
| #include <Kernel/Interrupts/InterruptManagement.h> | ||||
|  |  | |||
|  | @ -11,7 +11,6 @@ | |||
| #include <AK/WeakPtr.h> | ||||
| #include <AK/Weakable.h> | ||||
| #include <Kernel/Devices/Device.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Interrupts/IRQHandler.h> | ||||
| #include <Kernel/Locking/Mutex.h> | ||||
| #include <Kernel/Locking/Spinlock.h> | ||||
|  |  | |||
|  | @ -11,7 +11,6 @@ | |||
| #include <Kernel/Bus/PCI/Access.h> | ||||
| #include <Kernel/Bus/PCI/Device.h> | ||||
| #include <Kernel/Devices/Device.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Locking/Mutex.h> | ||||
| #include <Kernel/Memory/PhysicalPage.h> | ||||
| #include <Kernel/PhysicalAddress.h> | ||||
|  |  | |||
|  | @ -13,7 +13,6 @@ | |||
| #include <Kernel/Devices/HID/HIDManagement.h> | ||||
| #include <Kernel/Graphics/GraphicsManagement.h> | ||||
| #include <Kernel/Heap/kmalloc.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Sections.h> | ||||
| #include <Kernel/StdLib.h> | ||||
| #include <Kernel/TTY/ConsoleManagement.h> | ||||
|  |  | |||
|  | @ -4,7 +4,6 @@ | |||
|  * SPDX-License-Identifier: BSD-2-Clause | ||||
|  */ | ||||
| 
 | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/Interrupts/APIC.h> | ||||
| #include <Kernel/Panic.h> | ||||
| #include <Kernel/Sections.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A