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>
This commit is contained in:
Lukas Fleischer 2011-07-22 17:15:49 +02:00 committed by Lars Hjemli
父節點 756e3ea639
當前提交 8185169e5e
共有 1 個文件被更改,包括 0 次插入1 次删除

查看文件

@ -8,7 +8,6 @@
#include "cgit.h"
#include <stdio.h>
#include <linux/limits.h>
struct cgit_repolist cgit_repolist;
struct cgit_context ctx;