From: John Keeping Date: Thu, 13 Aug 2015 11:14:17 +0000 (+0100) Subject: cache.c: fix header order X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/43620cf6aa62decaf319d00c28297e3b87a4da78?ds=inline;hp=43620cf6aa62decaf319d00c28297e3b87a4da78 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 ---