Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-08-29 15:02:35 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-30 01:28:41 +0400
commit28f5c70b859e02e6b688bf35605678680c08045b (patch)
tree1c8c600ac56b2957891db6e8d3b384e31031f535 /peek-remote.c
parent104ff34a742672b360b1da2b7d7668a14da551c2 (diff)
Remove uneeded #include
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'peek-remote.c')
-rw-r--r--peek-remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/peek-remote.c b/peek-remote.c
index 2b30980b04..87f1543fec 100644
--- a/peek-remote.c
+++ b/peek-remote.c
@@ -1,7 +1,6 @@
#include "cache.h"
#include "refs.h"
#include "pkt-line.h"
-#include <sys/wait.h>
static const char peek_remote_usage[] =
"git-peek-remote [--exec=upload-pack] [host:]directory";