diff options
Diffstat (limited to 'dev/modules/ACPI')
| -rw-r--r-- | dev/modules/ACPI/ACPI.h (renamed from dev/modules/ACPI/ACPI.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/ACPI/ACPIFactoryInterface.h (renamed from dev/modules/ACPI/ACPIFactoryInterface.hxx) | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev/modules/ACPI/ACPI.hxx b/dev/modules/ACPI/ACPI.h index 6ddb00a8..3049d3c1 100644 --- a/dev/modules/ACPI/ACPI.hxx +++ b/dev/modules/ACPI/ACPI.h @@ -11,7 +11,7 @@ https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html */ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> namespace Kernel { diff --git a/dev/modules/ACPI/ACPIFactoryInterface.hxx b/dev/modules/ACPI/ACPIFactoryInterface.h index ba715e76..f3f041fc 100644 --- a/dev/modules/ACPI/ACPIFactoryInterface.hxx +++ b/dev/modules/ACPI/ACPIFactoryInterface.h @@ -7,11 +7,11 @@ #ifndef __MOD_ACPI_HXX__ #define __MOD_ACPI_HXX__ -#include <KernelKit/DebugOutput.hxx> -#include <modules/ACPI/ACPI.hxx> -#include <NewKit/ErrorOr.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/Ref.hxx> +#include <KernelKit/DebugOutput.h> +#include <modules/ACPI/ACPI.h> +#include <NewKit/ErrorOr.h> +#include <NewKit/Defines.h> +#include <NewKit/Ref.h> namespace Kernel { |
