diff options
-rw-r--r-- | cache.h | 1 | ||||
-rw-r--r-- | commit-tree.c | 2 | ||||
-rw-r--r-- | commit.c | 2 | ||||
-rw-r--r-- | date.c | 3 | ||||
-rw-r--r-- | delta.c | 1 | ||||
-rw-r--r-- | diff-helper.c | 1 | ||||
-rw-r--r-- | diff.c | 1 | ||||
-rw-r--r-- | http-pull.c | 6 | ||||
-rw-r--r-- | local-pull.c | 7 | ||||
-rw-r--r-- | object.c | 2 | ||||
-rw-r--r-- | read-cache.c | 1 | ||||
-rw-r--r-- | rpull.c | 6 | ||||
-rw-r--r-- | sha1_file.c | 2 | ||||
-rw-r--r-- | usage.c | 1 |
14 files changed, 1 insertions, 35 deletions
@@ -10,6 +10,7 @@ #include <stdarg.h> #include <string.h> #include <errno.h> +#include <limits.h> #include <sys/mman.h> #include <sys/param.h> #include <netinet/in.h> diff --git a/commit-tree.c b/commit-tree.c index e6f001ea2..e81e530fd 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -7,9 +7,7 @@ #include <pwd.h> #include <time.h> -#include <string.h> #include <ctype.h> -#include <time.h> #define BLOCKING (1ul << 14) @@ -1,8 +1,6 @@ #include "tag.h" #include "commit.h" #include "cache.h" -#include <string.h> -#include <limits.h> const char *commit_type = "commit"; @@ -4,9 +4,6 @@ * Copyright (C) Linus Torvalds, 2005 */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <ctype.h> #include <time.h> @@ -5,7 +5,6 @@ #include "tag.h" #include "delta.h" #include "cache.h" -#include <string.h> /* the delta object definition (it can alias any other object) */ struct delta { diff --git a/diff-helper.c b/diff-helper.c index 0bc54a343..23855759e 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -1,7 +1,6 @@ /* * Copyright (C) 2005 Junio C Hamano */ -#include <limits.h> #include "cache.h" #include "strbuf.h" #include "diff.h" @@ -4,7 +4,6 @@ #include <sys/types.h> #include <sys/wait.h> #include <signal.h> -#include <limits.h> #include "cache.h" #include "diff.h" #include "diffcore.h" diff --git a/http-pull.c b/http-pull.c index cc62f85f4..ba8585cfd 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" diff --git a/local-pull.c b/local-pull.c index 3a342ab18..10d4ca890 100644 --- a/local-pull.c +++ b/local-pull.c @@ -1,15 +1,8 @@ /* * Copyright (C) 2005 Junio C Hamano */ -#include <fcntl.h> -#include <unistd.h> -#include <string.h> -#include <stdlib.h> -#include <limits.h> #include "cache.h" #include "commit.h" -#include <errno.h> -#include <stdio.h> #include "pull.h" static int use_link = 0; @@ -5,8 +5,6 @@ #include "cache.h" #include "tag.h" #include "delta.h" -#include <stdlib.h> -#include <string.h> struct object **objs; int nr_objs; diff --git a/read-cache.c b/read-cache.c index b3eec8467..24ebe383d 100644 --- a/read-cache.c +++ b/read-cache.c @@ -3,7 +3,6 @@ * * Copyright (C) Linus Torvalds, 2005 */ -#include <stdarg.h> #include "cache.h" struct cache_entry **active_cache = NULL; @@ -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 "rsh.h" #include "pull.h" diff --git a/sha1_file.c b/sha1_file.c index edbf9f9a8..e6fdaa217 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -6,8 +6,6 @@ * This handles basic git sha1 object files - packing, unpacking, * creation etc. */ -#include <stdarg.h> -#include <limits.h> #include "cache.h" #include "delta.h" @@ -3,7 +3,6 @@ * * Copyright (C) Linus Torvalds, 2005 */ -#include <stdarg.h> #include "cache.h" static void report(const char *prefix, const char *err, va_list params) |