1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 12:56:12 +02:00

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>
This commit is contained in:
Paul Collins 2005-11-06 21:07:45 +00:00 committed by Junio C Hamano
parent 95d117b605
commit bee8e79da0

View 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";