aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cache.c b/cache.c
index 57c8918..cd99812 100644
--- a/cache.c
+++ b/cache.c
@@ -13,12 +13,12 @@
*
*/
-#include "cgit.h"
-#include "cache.h"
-#include "html.h"
#ifdef HAVE_LINUX_SENDFILE
#include <sys/sendfile.h>
#endif
+#include "cgit.h"
+#include "cache.h"
+#include "html.h"
#define CACHE_BUFSIZE (1024 * 4)