Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / debug / gdbstub.c
index c88ab8d4b22b9baa8eb5f60535b7963803d42bfa..1ae44802ba57616bb5f4e5980fa9a4d179897e42 100644 (file)
@@ -36,9 +36,8 @@
 #include <klibc/string.h>
 #include <sdbg/gdbstub.h>
 
-#include <sys/port_io.h>
-#include <sys/cpu.h>
-#include <sys/gdbstub.h>
+#include <asm/x86_pmio.h>
+#include <asm/cpu.h>
 
 /*****************************************************************************
  * Macros