]> gitweb.ps.run Git - ps-cgit/commitdiff
shared.c: Remove unused "linux/limits.h" include
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 22 Jul 2011 15:15:49 +0000 (17:15 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 3 Jan 2012 14:53:41 +0000 (14:53 +0000)
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>
shared.c

index 699c3624b1d67b28b8c111b6479df4c9bad43477..75c4b5c7e0c78b11bb7ff344e5ef0fd82fc9535d 100644 (file)
--- 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;