diff options
author | dzwdz | 2022-07-26 16:53:13 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 16:53:13 +0200 |
commit | 13519597d98c9271b7856242d5625896d18803c5 (patch) | |
tree | fc8ac2bb7ae2970bfa81aae9f89ce1e59bb5a2c7 /src/user/lib/malloc.c | |
parent | 90af8825a41981ce2ee52e0a9ce84f624eb022e6 (diff) |
tools: add tools/sort_includes.rb
Diffstat (limited to 'src/user/lib/malloc.c')
-rw-r--r-- | src/user/lib/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/malloc.c b/src/user/lib/malloc.c index 5157e91..40ae917 100644 --- a/src/user/lib/malloc.c +++ b/src/user/lib/malloc.c @@ -1,7 +1,7 @@ -#include <user/lib/malloc.h> #include <shared/flags.h> #include <shared/syscalls.h> #include <stdbool.h> +#include <user/lib/malloc.h> #include <user/lib/stdlib.h> |