1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 21:07:52 +01:00

Remove unused include.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-10-18 15:41:43 -07:00
parent 2759cbc774
commit 5e5f8091e5
2 changed files with 0 additions and 4 deletions

View file

@ -5,9 +5,6 @@
*/
#include "cache.h"
#include <pwd.h>
#include <time.h>
#define BLOCKING (1ul << 14)
/*

View file

@ -8,7 +8,6 @@
#include "cache.h"
#include <pwd.h>
#include <time.h>
static char git_default_date[50];