aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/memory.c')
-rw-r--r--src/kernel/lib/memory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/lib/memory.c b/src/kernel/lib/memory.c
index 192e08d..61b1414 100644
--- a/src/kernel/lib/memory.c
+++ b/src/kernel/lib/memory.c
@@ -1,9 +1,9 @@
-#include <stddef.h>
-#include <stdint.h>
-#include <system.h>
#include <lib/stdio.h>
#include <memory/paging.h>
#include <multiboot.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <system.h>
void *memcpy(void *dest, const void *src, u32 count)
{