summaryrefslogtreecommitdiff
path: root/date.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 11:54:17 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-22 11:54:17 -0700
commit6b0c3121061df6b323f430700e8077b324b5e9dd (patch)
treed37bc2285bf562dfaf163462ce3a470cec4a7654 /date.c
parentca67f002194cfe00ec349c7d4e2c936e35f8c669 (diff)
downloadgit-6b0c3121061df6b323f430700e8077b324b5e9dd.tar.gz
Include file cleanups..
Add <limits.h> to the include files handled by "cache.h", and remove extraneous #include directives from various .c files. The rule is that "cache.h" gets all the basic stuff, so that we'll have as few system dependencies as possible.
Diffstat (limited to 'date.c')
-rw-r--r--date.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/date.c b/date.c
index 1f366a67f8..ff922fe4fc 100644
--- a/date.c
+++ b/date.c
@@ -4,9 +4,6 @@
* Copyright (C) Linus Torvalds, 2005
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <ctype.h>
#include <time.h>