summaryrefslogtreecommitdiff
path: root/Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h')
-rw-r--r--Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h b/Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h
index e1dbb41e57..4c980d9b05 100644
--- a/Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h
+++ b/Kernel/Bus/USB/UHCI/UHCIDescriptorPool.h
@@ -9,10 +9,10 @@
#include <AK/NonnullOwnPtr.h>
#include <AK/OwnPtr.h>
#include <AK/Stack.h>
+#include <Kernel/Library/StdLib.h>
#include <Kernel/Locking/Spinlock.h>
#include <Kernel/Memory/MemoryManager.h>
#include <Kernel/Memory/Region.h>
-#include <Kernel/StdLib.h>
namespace Kernel::USB {