diff options
Diffstat (limited to 'common/debug.c')
| -rw-r--r-- | common/debug.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/debug.c b/common/debug.c index 36fed87..891e1c7 100644 --- a/common/debug.c +++ b/common/debug.c @@ -7,11 +7,11 @@ * when running a debug build to save space in release mode. */ -#include <apos/types.h> -#include <apos/debug.h> -#include <apos/bits.h> -#include <apos/vmem.h> -#include <apos/pmem.h> +#include <kmi/types.h> +#include <kmi/debug.h> +#include <kmi/bits.h> +#include <kmi/vmem.h> +#include <kmi/pmem.h> #include <arch/vmem.h> #include <libfdt.h> #include <stdarg.h> |
