diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-18 15:41:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-18 15:41:43 -0700 |
commit | 5e5f8091e5c9b4f09ad4019c8fddbf25fd2ccbe9 (patch) | |
tree | 41aa6554e93e0963d83dae196fc749b34f8de76e /ident.c | |
parent | 2759cbc7741d7ce7bf44c2433fa1312d3fc7e64a (diff) | |
download | git-5e5f8091e5c9b4f09ad4019c8fddbf25fd2ccbe9.tar.gz |
Remove unused include.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'ident.c')
-rw-r--r-- | ident.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ #include "cache.h" #include <pwd.h> -#include <time.h> static char git_default_date[50]; |