From 8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 22 Jul 2011 17:15:49 +0200 Subject: 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 --- shared.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shared.c') diff --git a/shared.c b/shared.c index 699c362..75c4b5c 100644 --- a/shared.c +++ b/shared.c @@ -8,7 +8,6 @@ #include "cgit.h" #include -#include struct cgit_repolist cgit_repolist; struct cgit_context ctx; -- cgit v1.2.3-59-g8ed1b