diff options
author | Lukas Fleischer <cgit@cryptocrack.de> | 2011-07-22 17:15:49 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2012-01-03 14:53:41 +0000 |
commit | 8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea (patch) | |
tree | b895b40e07a8e6ba53279ab1f7f89a2bd14233de | |
parent | Merge branch 'stable' (diff) | |
download | cgit-pink-8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea.tar.gz cgit-pink-8185169e5e2a8b9438c7a6f3f9c5eb6db5a37fea.zip |
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 '')
-rw-r--r-- | shared.c | 1 |
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 @@ #include "cgit.h" #include <stdio.h> -#include <linux/limits.h> struct cgit_repolist cgit_repolist; struct cgit_context ctx; |