diff options
| author | John Keeping | 2015-08-13 12:14:15 +0100 |
|---|---|---|
| committer | Jason A. Donenfeld | 2015-08-13 15:36:53 +0200 |
| commit | 157f544ac2149a985b0f62e9381a759c0ae252ec (patch) | |
| tree | 68766706061955341ef25a00f902edcf8763ebc7 /filter.c | |
| parent | 0393102249c30f62c8f061062bc4a9ba962b6910 (diff) | |
| download | cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.gz cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.bz2 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 'filter.c')
| -rw-r--r-- | filter.c | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -8,13 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include "cgit.h" | 9 | #include "cgit.h" |
| 10 | #include "html.h" | 10 | #include "html.h" |
| 11 | #include <sys/types.h> | ||
| 12 | #include <sys/wait.h> | ||
| 13 | #include <unistd.h> | ||
| 14 | #include <string.h> | ||
| 15 | #include <stdlib.h> | ||
| 16 | #include <dlfcn.h> | 11 | #include <dlfcn.h> |
| 17 | #include <errno.h> | ||
| 18 | #ifndef NO_LUA | 12 | #ifndef NO_LUA |
| 19 | #include <lua.h> | 13 | #include <lua.h> |
| 20 | #include <lualib.h> | 14 | #include <lualib.h> |
