Skip to content

Commit

Permalink
Remove uneeded #include
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Aug 29, 2006
1 parent 104ff34 commit 28f5c70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion peek-remote.c
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
1 change: 0 additions & 1 deletion receive-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>";

Expand Down

0 comments on commit 28f5c70

Please sign in to comment.