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.
This commit is contained in:
Linus Torvalds
2005-05-22 11:54:17 -07:00
parent ca67f00219
commit 6b0c312106
14 changed files with 1 additions and 35 deletions

View File

@ -1,8 +1,6 @@
#include "tag.h"
#include "commit.h"
#include "cache.h"
#include <string.h>
#include <limits.h>
const char *commit_type = "commit";