]> git.ipfire.org Git - thirdparty/git.git/commitdiff
http-push.c: include with angle bracket, not dq.
authorPaul Collins <paul@briny.ondioline.org>
Sun, 6 Nov 2005 21:07:45 +0000 (21:07 +0000)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 Nov 2005 02:31:46 +0000 (18:31 -0800)
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>
http-push.c

index c10067c17ff9eef3ce0f01e5c14ba86bd2273d54..89fda42efb678d2f9f9e802454fe561b4452a167 100644 (file)
@@ -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";