From: Paul Collins Date: Sun, 6 Nov 2005 21:07:45 +0000 (+0000) Subject: http-push.c: include with angle bracket, not dq. X-Git-Tag: v0.99.9e^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bee8e79da08f3e50fd7e3b3b203aea284a933fe1;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/http-push.c b/http-push.c index c10067c17..89fda42ef 100644 --- a/http-push.c +++ b/http-push.c @@ -7,7 +7,7 @@ #include #include -#include "expat.h" +#include static const char http_push_usage[] = "git-http-push [--complete] [--force] [--verbose] [...]\n";