aboutsummaryrefslogtreecommitdiffstats
path: root/compat/regex/regex_internal.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-01 13:39:56 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-01 13:39:56 -0700
commitbf04590ecdf87d0ad034f7fbff36a10eb20637cb (patch)
tree0eec97b7ca3c86fffe3d510ed124789d09c77a5a /compat/regex/regex_internal.h
parentMerge branch 'mt/doc-worktree-ref' (diff)
parentprogress.c: silence cgcc suggestion about internal linkage (diff)
downloadgit-bf04590ecdf87d0ad034f7fbff36a10eb20637cb.tar.gz
git-bf04590ecdf87d0ad034f7fbff36a10eb20637cb.zip
Merge branch 'dd/sparse-fixes'
Compilation fix. * dd/sparse-fixes: progress.c: silence cgcc suggestion about internal linkage graph.c: limit linkage of internal variable compat/regex: move stdlib.h up in inclusion chain test-parse-pathspec-file.c: s/0/NULL/ for pointer type
Diffstat (limited to 'compat/regex/regex_internal.h')
-rw-r--r--compat/regex/regex_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/regex/regex_internal.h b/compat/regex/regex_internal.h
index 3ee8aae59d..0bad8b841e 100644
--- a/compat/regex/regex_internal.h
+++ b/compat/regex/regex_internal.h
@@ -23,7 +23,6 @@
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#if defined HAVE_LANGINFO_H || defined HAVE_LANGINFO_CODESET || defined _LIBC