diff options
Diffstat (limited to 'Kernel/Bus/USB/UHCI/UHCIRootHub.h')
-rw-r--r-- | Kernel/Bus/USB/UHCI/UHCIRootHub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Bus/USB/UHCI/UHCIRootHub.h b/Kernel/Bus/USB/UHCI/UHCIRootHub.h index 964b4be736..1597287235 100644 --- a/Kernel/Bus/USB/UHCI/UHCIRootHub.h +++ b/Kernel/Bus/USB/UHCI/UHCIRootHub.h @@ -8,9 +8,9 @@ #include <AK/NonnullOwnPtr.h> #include <AK/NonnullRefPtr.h> +#include <Kernel/API/KResult.h> #include <Kernel/Bus/USB/USBHub.h> #include <Kernel/Bus/USB/USBTransfer.h> -#include <Kernel/KResult.h> namespace Kernel::USB { |