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/shell/builtins.c | 2 +- src/user/app/shell/shell.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/user/app/shell') diff --git a/src/user/app/shell/builtins.c b/src/user/app/shell/builtins.c index 6368633..4ea6c9a 100644 --- a/src/user/app/shell/builtins.c +++ b/src/user/app/shell/builtins.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #define DEFAULT_ARGV(...) \ char *_argv_default[] = {argv[0], __VA_ARGS__}; \ diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c index 290102e..365e087 100644 --- a/src/user/app/shell/shell.c +++ b/src/user/app/shell/shell.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include int main(); -- cgit v1.2.3