diff options
author | Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> | 2006-01-26 12:25:44 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-26 18:12:58 -0800 |
commit | a8608db5e925bcdfed88e73e2da0ffa27c466998 (patch) | |
tree | 07c1b8887c1f97a39eab49486ac138dc95f1706c /mailsplit.c | |
parent | 2796a9de31cb12d719c73695334ee873c5213d4a (diff) | |
download | git-a8608db5e925bcdfed88e73e2da0ffa27c466998.tar.gz git-a8608db5e925bcdfed88e73e2da0ffa27c466998.tar.xz |
Remove unneeded header
Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'mailsplit.c')
-rw-r--r-- | mailsplit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailsplit.c b/mailsplit.c index 14c135873..c529e2d06 100644 --- a/mailsplit.c +++ b/mailsplit.c @@ -11,7 +11,6 @@ #include <sys/stat.h> #include <string.h> #include <stdio.h> -#include <assert.h> #include "cache.h" static const char git_mailsplit_usage[] = |