cgit

commit 8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea

Author: Lukas Fleischer <cgit@cryptocrack.de>

shared.c: Remove unused "linux/limits.h" include

This isn't used anywhere and prevents the code from being compiled on
other platforms, such as *BSD.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

 shared.c | 1 -


diff --git a/shared.c b/shared.c
index 699c3624b1d67b28b8c111b6479df4c9bad43477..75c4b5c7e0c78b11bb7ff344e5ef0fd82fc9535d 100644
--- a/shared.c
+++ b/shared.c
@@ -8,7 +8,6 @@  */
 
 #include "cgit.h"
 #include <stdio.h>
-#include <linux/limits.h>
 
 struct cgit_repolist cgit_repolist;
 struct cgit_context ctx;