aboutsummaryrefslogtreecommitdiff
path: root/common/mem_nodes.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
commitea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch)
tree17081bd689709a9bfe48467c458425dea876bddd /common/mem_nodes.c
parent8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff)
downloadkmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz
kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip
rename to kmi
Diffstat (limited to 'common/mem_nodes.c')
-rw-r--r--common/mem_nodes.c10
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;