diff options
Diffstat (limited to 'commit.c')
-rw-r--r-- | commit.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #include "tag.h" #include "commit.h" #include "cache.h" -#include <string.h> -#include <limits.h> const char *commit_type = "commit"; |