aboutsummaryrefslogtreecommitdiffstats
path: root/shared.c
diff options
context:
space:
mode:
authorGravatar Lukas Fleischer <cgit@cryptocrack.de>2011-07-23 00:15:49 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2012-01-03 23:53:41 (JST)
commit8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea (patch)
treeb895b40e07a8e6ba53279ab1f7f89a2bd14233de /shared.c
parent756e3ea6392e30bcd0a41346d4ffa42c56d715e2 (diff)
downloadcgit-8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea.zip
cgit-8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea.tar.gz
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>
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared.c b/shared.c
index 699c362..75c4b5c 100644
--- a/shared.c
+++ b/shared.c
@@ -8,7 +8,6 @@
8 8
9#include "cgit.h" 9#include "cgit.h"
10#include <stdio.h> 10#include <stdio.h>
11#include <linux/limits.h>
12 11
13struct cgit_repolist cgit_repolist; 12struct cgit_repolist cgit_repolist;
14struct cgit_context ctx; 13struct cgit_context ctx;