dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 5ec9855f199b42e2e815c421d0ce85f41a04fbd8
parent 7bc1938fee548aff02249ee16bd57db7e5579e9b
Author: sin <sin@2f30.org>
Date:   Sat,  9 Mar 2019 21:43:29 +0000

Remove unnecessary includes in cache.c

Diffstat:
Mcache.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

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"