about summary refs log tree commit diff
path: root/ui-patch.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 12:14:16 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:37:28 +0200
commitf2e8ca806d43acbfd9bef53f1a3ee5ce95ff32e7 (patch)
tree9defdd3afad14ea487e97bc8f27c743b50f56cbf /ui-patch.h
parentRemove redundant includes (diff)
downloadcgit-pink-f2e8ca806d43acbfd9bef53f1a3ee5ce95ff32e7.tar.gz
cgit-pink-f2e8ca806d43acbfd9bef53f1a3ee5ce95ff32e7.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
it/bin/qf.c?id=90b47ca285a6fa0b970e338afa723606cfe68c53&follow=1'>Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe