Kernel/USB: Remove unused include from UHCIController.cpp

This commit is contained in:
Jesse Buhagiar 2021-08-13 16:13:28 +10:00 committed by Andreas Kling
parent 4abf399a74
commit ebb0d3e0eb
Notes: sideshowbarker 2024-07-18 05:29:15 +09:00

View file

@ -8,7 +8,6 @@
#include <AK/Platform.h>
#include <Kernel/Bus/USB/UHCI/UHCIController.h>
#include <Kernel/Bus/USB/USBRequest.h>
#include <Kernel/CommandLine.h>
#include <Kernel/Debug.h>
#include <Kernel/Memory/AnonymousVMObject.h>
#include <Kernel/Memory/MemoryManager.h>