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 /test-regex.c | |
parent | 63a45136a329bab550425c3142db6071434d935e (diff) | |
parent | 1c4b6604126781361fe89d88ace70f53079fbab5 (diff) | |
download | git-211836f77bc85eafe5c24fcbd70cd7583ce68328.tar.gz git-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 'test-regex.c')
-rw-r--r-- | test-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-regex.c b/test-regex.c index b5bfd5413..0dc598ecd 100644 --- a/test-regex.c +++ b/test-regex.c @@ -1,4 +1,4 @@ -#include <git-compat-util.h> +#include "git-compat-util.h" int main(int argc, char **argv) { |