aboutsummaryrefslogtreecommitdiff
path: root/common/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mem.c')
-rw-r--r--common/mem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/mem.c b/common/mem.c
index f4a0919..03c92fa 100644
--- a/common/mem.c
+++ b/common/mem.c
@@ -6,9 +6,9 @@
* Generic memory handling, used both by physical and virtual memory.
*/
-#include <apos/types.h>
-#include <apos/mem.h>
-#include <apos/vmem.h>
+#include <kmi/types.h>
+#include <kmi/mem.h>
+#include <kmi/vmem.h>
#include <libfdt.h>
size_t __mm_shifts[10];