diff options
Diffstat (limited to 'index-pack.c')
-rw-r--r-- | index-pack.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/index-pack.c b/index-pack.c index c05feae161..43e007f823 100644 --- a/index-pack.c +++ b/index-pack.c @@ -1,8 +1,3 @@ -#define _XOPEN_SOURCE 600 -#include <unistd.h> -#include <sys/time.h> -#include <signal.h> - #include "cache.h" #include "delta.h" #include "pack.h" |