summaryrefslogtreecommitdiff
path: root/receive-pack.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-08-29 11:02:35 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-29 21:28:41 (GMT)
commit28f5c70b859e02e6b688bf35605678680c08045b (patch)
tree1c8c600ac56b2957891db6e8d3b384e31031f535 /receive-pack.c
parent104ff34a742672b360b1da2b7d7668a14da551c2 (diff)
downloadgit-28f5c70b859e02e6b688bf35605678680c08045b.zip
git-28f5c70b859e02e6b688bf35605678680c08045b.tar.gz
git-28f5c70b859e02e6b688bf35605678680c08045b.tar.bz2
Remove uneeded #include
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'receive-pack.c')
-rw-r--r--receive-pack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/receive-pack.c b/receive-pack.c
index 2015316..78f75da 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 <sys/wait.h>
static const char receive_pack_usage[] = "git-receive-pack <git-dir>";