about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 12:14:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:37:42 +0200
commit43620cf6aa62decaf319d00c28297e3b87a4da78 (patch)
tree0fcee9ce861ef2a7460b20b2ec5d56e9cafa7e7d /cgit.h
parentconfigfile.c: don't include system headers directly (diff)
downloadcgit-pink-43620cf6aa62decaf319d00c28297e3b87a4da78.tar.gz
cgit-pink-43620cf6aa62decaf319d00c28297e3b87a4da78.zip
cache.c: fix header order
git-compat-util.h may define values that affect how system headers are
interpreted, so move sys/sendfile.h after cgit.h (which includes
git-compat-util.h).

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'cgit.h')
0 files changed, 0 insertions, 0 deletions
2018-09-17Add tRNS support to pngoJune McEnroe 2018-09-11Move gfx man pages to gfx/manJune McEnroe 2018-09-11Move bin man pages to bin/manJune McEnroe 2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe