From bee8e79da08f3e50fd7e3b3b203aea284a933fe1 Mon Sep 17 00:00:00 2001 From: Paul Collins Date: Sun, 6 Nov 2005 21:07:45 +0000 Subject: [PATCH] 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 --- http-push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "expat.h" +#include static const char http_push_usage[] = "git-http-push [--complete] [--force] [--verbose] [...]\n"; -- 2.11.4.GIT