From f6bc1ccf2462642383d1644321a101e62105c2a7 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 25 Dec 2022 21:47:23 +0100 Subject: user/lib: reorganize a few header files --- src/user/app/tests/kernel/path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user/app/tests/kernel') 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 #include -#include -#include +#include +#include static void test_path_simplify(void) { const char *testcases[][2] = { -- cgit v1.2.3