aboutsummaryrefslogtreecommitdiffstats
path: root/filter.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 12:14:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:36:53 +0200
commit157f544ac2149a985b0f62e9381a759c0ae252ec (patch)
tree68766706061955341ef25a00f902edcf8763ebc7 /filter.c
parentMakefile: include Git's config.mak.uname (diff)
downloadcgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.xz
cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.zip
Remove redundant includes
These are all included in git-compat-util.h (when necessary), which we include in cgit.h. Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to '')
-rw-r--r--filter.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/filter.c b/filter.c
index ebf4937..c7037a3 100644
--- a/filter.c
+++ b/filter.c
@@ -8,13 +8,7 @@
#include "cgit.h"
#include "html.h"
-#include <sys/types.h>
-#include <sys/wait.h>
-#include <unistd.h>
-#include <string.h>
-#include <stdlib.h>
#include <dlfcn.h>
-#include <errno.h>
#ifndef NO_LUA
#include <lua.h>
#include <lualib.h>