summaryrefslogtreecommitdiff
path: root/http-push.c
diff options
context:
space:
mode:
authorPaul Collins <paul@briny.ondioline.org>2005-11-06 21:07:45 +0000
committerJunio C Hamano <junkio@cox.net>2005-11-06 18:31:46 -0800
commitbee8e79da08f3e50fd7e3b3b203aea284a933fe1 (patch)
tree32ed7f68cffba9b83023f271c06cc1fca879602e /http-push.c
parent95d117b6051c01726b67d3151f83e47dd41c0743 (diff)
downloadgit-bee8e79da08f3e50fd7e3b3b203aea284a933fe1.tar.gz
http-push.c: include with angle bracket, not dq.
Do not search the current directory when including expat.h, since it is not supplied by git. Signed-off-by: Paul Collins <paul@briny.ondioline.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'http-push.c')
-rw-r--r--http-push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-push.c b/http-push.c
index c10067c17f..89fda42efb 100644
--- a/http-push.c
+++ b/http-push.c
@@ -7,7 +7,7 @@
#include <curl/curl.h>
#include <curl/easy.h>
-#include "expat.h"
+#include <expat.h>
static const char http_push_usage[] =
"git-http-push [--complete] [--force] [--verbose] <url> <ref> [<ref>...]\n";