aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/devices/legacy_pit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/devices/legacy_pit.cpp')
-rw-r--r--arch/x86_64/src/devices/legacy_pit.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86_64/src/devices/legacy_pit.cpp b/arch/x86_64/src/devices/legacy_pit.cpp
index 44ff499..d542d47 100644
--- a/arch/x86_64/src/devices/legacy_pit.cpp
+++ b/arch/x86_64/src/devices/legacy_pit.cpp
@@ -1,10 +1,10 @@
-#include "arch/devices/legacy_pit.hpp"
+#include <arch/devices/legacy_pit.hpp>
-#include "arch/device_io/port_io.hpp"
+#include <arch/device_io/port_io.hpp>
-#include "kapi/devices.hpp"
-#include "kapi/devices/device.hpp"
-#include "kapi/interrupts.hpp"
+#include <kapi/devices.hpp>
+#include <kapi/devices/device.hpp>
+#include <kapi/interrupts.hpp>
#include <cstddef>
#include <cstdint>