aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commit-tree.c3
-rw-r--r--ident.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/commit-tree.c b/commit-tree.c
index ea0fdd44e..b60299fed 100644
--- a/commit-tree.c
+++ b/commit-tree.c
@@ -5,9 +5,6 @@
*/
#include "cache.h"
-#include <pwd.h>
-#include <time.h>
-
#define BLOCKING (1ul << 14)
/*
diff --git a/ident.c b/ident.c
index 1bfbc6ff3..06d0e6cbd 100644
--- a/ident.c
+++ b/ident.c
@@ -8,7 +8,6 @@
#include "cache.h"
#include <pwd.h>
-#include <time.h>
static char git_default_date[50];