Skip to content

Commit

Permalink
Remove unused include.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 18, 2005
1 parent 2759cbc commit 5e5f809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions commit-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*/
#include "cache.h"

#include <pwd.h>
#include <time.h>

#define BLOCKING (1ul << 14)

/*
Expand Down
1 change: 0 additions & 1 deletion ident.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "cache.h"

#include <pwd.h>
#include <time.h>

static char git_default_date[50];

Expand Down

0 comments on commit 5e5f809

Please sign in to comment.