diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:01 -0700 |
commit | 211836f77bc85eafe5c24fcbd70cd7583ce68328 (patch) | |
tree | 959262c218c429557e5412b38e323836489d11a3 /http.c | |
parent | Update draft release notes to 2.2 (diff) | |
parent | cleanups: ensure that git-compat-util.h is included first (diff) | |
download | tgif-211836f77bc85eafe5c24fcbd70cd7583ce68328.tar.xz |
Merge branch 'da/include-compat-util-first-in-c'
Code clean-up.
* da/include-compat-util-first-in-c:
cleanups: ensure that git-compat-util.h is included first
Diffstat (limited to 'http.c')
-rw-r--r-- | http.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#include "git-compat-util.h" #include "http.h" #include "pack.h" #include "sideband.h" |