]> gitweb.ps.run Git - ps-cgit/commit
configfile.c: don't include system headers directly
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 11:14:16 +0000 (12:14 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 13:37:28 +0000 (15:37 +0200)
commitf2e8ca806d43acbfd9bef53f1a3ee5ce95ff32e7
tree9defdd3afad14ea487e97bc8f27c743b50f56cbf
parent157f544ac2149a985b0f62e9381a759c0ae252ec
configfile.c: don't include system headers directly

git-compat-util.h may define various values that affect the
interpretation of system headers.  In most places we include cgit.h
first, which pulls in git-compat-util.h, but this file does not depend
on anything else in CGit, so use git-compat-util.h directly.

Signed-off-by: John Keeping <john@keeping.me.uk>
configfile.c