Remove unnecessary includes in cache.c - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 5ec9855f199b42e2e815c421d0ce85f41a04fbd8 DIR parent 7bc1938fee548aff02249ee16bd57db7e5579e9b HTML Author: sin <sin@2f30.org> Date: Sat, 9 Mar 2019 21:43:29 +0000 Remove unnecessary includes in cache.c Diffstat: M cache.c | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) --- DIR diff --git a/cache.c b/cache.c @@ -1,11 +1,7 @@ -#include <sys/types.h> -#include <sys/stat.h> - #include <err.h> #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include "dedup.h" #include "tree.h"