Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".

The old revision.h helper header isn't used any more, but I never noticed
it until I started grepping for ULONG_MAX users.
This commit is contained in:
Linus Torvalds
2005-04-21 11:21:33 -07:00
parent bb233d690a
commit b2c0071867
2 changed files with 1 additions and 164 deletions

View File

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