aboutsummaryrefslogtreecommitdiff
path: root/test-regex.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-14 10:49:00 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-14 10:49:01 -0700
commit211836f77bc85eafe5c24fcbd70cd7583ce68328 (patch)
tree959262c218c429557e5412b38e323836489d11a3 /test-regex.c
parent63a45136a329bab550425c3142db6071434d935e (diff)
parent1c4b6604126781361fe89d88ace70f53079fbab5 (diff)
downloadgit-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.c2
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)
{