Code

Remove uneeded #include
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 29 Aug 2006 11:02:35 +0000 (13:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Aug 2006 21:28:41 +0000 (14:28 -0700)
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
peek-remote.c
receive-pack.c

index 2b30980b04e68a84bd300d647e80a34c7d3e621f..87f1543fec05e88fd1bc554740993397f0aa3807 100644 (file)
@@ -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";
index 201531626c2a60dffd1720ab4d00d7023bcbc78e..78f75da5ca99bd5457fd4e0f6e3af2737afc335a 100644 (file)
@@ -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>";