tRemove unused header - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit dfdce10112dbafc512a9b4d69a4f380372532422
(DIR) parent d4177845c3788ca05d073155263b38eeb81c997a
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 21:04:13 +0100
Remove unused header
Diffstat:
M dup-check.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/dup-check.c b/dup-check.c
t@@ -6,7 +6,6 @@
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include "arg.h"
#include "block.h"