diff options
Diffstat (limited to 'common/mem_nodes.c')
| -rw-r--r-- | common/mem_nodes.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/mem_nodes.c b/common/mem_nodes.c index 918ee67..a991ebf 100644 --- a/common/mem_nodes.c +++ b/common/mem_nodes.c @@ -10,11 +10,11 @@ * allocated through the node subsystem. */ -#include <apos/vmem.h> -#include <apos/pmem.h> -#include <apos/mem.h> -#include <apos/string.h> -#include <apos/mem_nodes.h> +#include <kmi/vmem.h> +#include <kmi/pmem.h> +#include <kmi/mem.h> +#include <kmi/string.h> +#include <kmi/mem_nodes.h> /** Memory node subsystem instance. */ static struct node_root root; |
