From: Lukas Fleischer Date: Fri, 22 Jul 2011 15:15:49 +0000 (+0200) Subject: shared.c: Remove unused "linux/limits.h" include X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea 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 --- 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;