diff options
Diffstat (limited to 'dev/modules/Power')
| -rw-r--r-- | dev/modules/Power/PowerFactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/Power/PowerFactory.h b/dev/modules/Power/PowerFactory.h index 4f224709..b7c13280 100644 --- a/dev/modules/Power/PowerFactory.h +++ b/dev/modules/Power/PowerFactory.h @@ -7,9 +7,9 @@ #pragma once #include <KernelKit/DebugOutput.h> -#include <NewKit/Defines.h> -#include <NewKit/ErrorOr.h> -#include <NewKit/Ref.h> +#include <NeKit/Defines.h> +#include <NeKit/ErrorOr.h> +#include <NeKit/Ref.h> #include <modules/ACPI/ACPI.h> #define NE_POWER_FACTORY : public PowerFactory |
