all repos — cgit @ 8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea

a hyperfast web frontend for git written in c

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>
Lukas Fleischer cgit@cryptocrack.de
Fri, 22 Jul 2011 17:15:49 +0200
commit

8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea

parent

756e3ea6392e30bcd0a41346d4ffa42c56d715e2

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M shared.cshared.c

@@ -8,7 +8,6 @@ */

#include "cgit.h" #include <stdio.h> -#include <linux/limits.h> struct cgit_repolist cgit_repolist; struct cgit_context ctx;