diff options
author | Christophe Grenier <[email protected]> | 2020-09-12 16:11:32 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2020-09-12 16:11:32 +0200 |
commit | a7606a61fcf52be87294d4552618567fd7f2749c (patch) | |
tree | b83d96567fcff3b96d80f3d2cd324faa5d3be280 /src/file_dir.c | |
parent | 4da8dff6d68a5c47549a8f833b7ee8afcbfebdac (diff) |
src/file_dir.c: do not include dir.h
Diffstat (limited to 'src/file_dir.c')
-rw-r--r-- | src/file_dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file_dir.c b/src/file_dir.c index 84f82f0c..9d445e8e 100644 --- a/src/file_dir.c +++ b/src/file_dir.c @@ -35,7 +35,6 @@ #include "filegen.h" #include "common.h" #include "fat_common.h" -#include "dir.h" #include "fat_dir.h" static void register_header_check_dir(file_stat_t *file_stat); |