summaryrefslogtreecommitdiff
path: root/src/user/app/tests/kernel/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/tests/kernel/path.c')
-rw-r--r--src/user/app/tests/kernel/path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/app/tests/kernel/path.c b/src/user/app/tests/kernel/path.c
index fd6eeec..2bce344 100644
--- a/src/user/app/tests/kernel/path.c
+++ b/src/user/app/tests/kernel/path.c
@@ -1,8 +1,8 @@
#include "../tests.h"
#include <camellia/path.h>
#include <string.h>
-#include <user/lib/compat.h>
-#include <user/lib/fs/misc.h>
+#include <camellia/compat.h>
+#include <camellia/fs/misc.h>
static void test_path_simplify(void) {
const char *testcases[][2] = {