Remove uneeded #include
[gitweb.git] / receive-pack.c
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>";