From: Johannes Schindelin Date: Tue, 29 Aug 2006 11:02:35 +0000 (+0200) Subject: Remove uneeded #include X-Git-Tag: v1.4.3-rc1~155 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=28f5c70b859e02e6b688bf35605678680c08045b;p=git.git Remove uneeded #include Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/peek-remote.c b/peek-remote.c index 2b30980b0..87f1543fe 100644 --- a/peek-remote.c +++ b/peek-remote.c @@ -1,7 +1,6 @@ #include "cache.h" #include "refs.h" #include "pkt-line.h" -#include static const char peek_remote_usage[] = "git-peek-remote [--exec=upload-pack] [host:]directory"; diff --git a/receive-pack.c b/receive-pack.c index 201531626..78f75da5c 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -2,7 +2,6 @@ #include "refs.h" #include "pkt-line.h" #include "run-command.h" -#include static const char receive_pack_usage[] = "git-receive-pack ";