Signed-off-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> --- peek-remote.c | 1 - receive-pack.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/peek-remote.c b/peek-remote.c index 2b30980..87f1543 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"; 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 "cache.h" #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>"; -- 1.4.2.ga16ff-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html