git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
104ff34
)
Remove uneeded #include
author
Johannes Schindelin
<redacted>
Tue, 29 Aug 2006 11:02:35 +0000
(13:02 +0200)
committer
Junio C Hamano
<redacted>
Tue, 29 Aug 2006 21:28:41 +0000
(14:28 -0700)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
peek-remote.c
patch
|
blob
|
history
receive-pack.c
patch
|
blob
|
history
diff --git
a/peek-remote.c
b/peek-remote.c
index 2b30980b04e68a84bd300d647e80a34c7d3e621f..87f1543fec05e88fd1bc554740993397f0aa3807 100644
(file)
--- 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 201531626c2a60dffd1720ab4d00d7023bcbc78e..78f75da5ca99bd5457fd4e0f6e3af2737afc335a 100644
(file)
--- 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>";
git clone https://git.99rst.org/PROJECT