diff options
Diffstat (limited to 'http-pull.c')
-rw-r--r-- | http-pull.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/http-pull.c b/http-pull.c index cc62f85f48..ba8585cfd4 100644 --- a/http-pull.c +++ b/http-pull.c @@ -1,11 +1,5 @@ -#include <fcntl.h> -#include <unistd.h> -#include <string.h> -#include <stdlib.h> #include "cache.h" #include "commit.h" -#include <errno.h> -#include <stdio.h> #include "pull.h" |