diff options
-rw-r--r-- | fsck-cache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fsck-cache.c b/fsck-cache.c index 164fc2eaee..44e5e49948 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -1,8 +1,7 @@ -#include "cache.h" - #include <sys/types.h> #include <dirent.h> +#include "cache.h" #include "commit.h" #include "tree.h" #include "blob.h" |