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>
Este commit está contenido en:
cometido por
Lars Hjemli
padre
756e3ea639
commit
8185169e5e
1
shared.c
1
shared.c
@@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
#include "cgit.h"
|
#include "cgit.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <linux/limits.h>
|
|
||||||
|
|
||||||
struct cgit_repolist cgit_repolist;
|
struct cgit_repolist cgit_repolist;
|
||||||
struct cgit_context ctx;
|
struct cgit_context ctx;
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user