diff options
author | dzwdz | 2021-09-18 09:37:53 +0200 |
---|---|---|
committer | dzwdz | 2021-09-18 09:37:53 +0200 |
commit | 8e757fae5aaece57755a98544f193bc2672966b3 (patch) | |
tree | 37ac93907323941a3bb3de2edb2fc08ca821360e /src/init/tar.c | |
parent | 7a44fc5381dabb65dfdb667dc442108d0465799a (diff) |
merge `kernel/types.h` and `init/types.h`
Diffstat (limited to 'src/init/tar.c')
-rw-r--r-- | src/init/tar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init/tar.c b/src/init/tar.c index 22e4785..24adfce 100644 --- a/src/init/tar.c +++ b/src/init/tar.c @@ -1,4 +1,3 @@ -#include <init/types.h> #include <shared/syscalls.h> #include <stdint.h> |