diff options
| author | John Keeping <[email protected]> | 2015-08-13 11:14:15 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2015-08-13 13:36:53 +0000 |
| commit | 157f544ac2149a985b0f62e9381a759c0ae252ec (patch) | |
| tree | 68766706061955341ef25a00f902edcf8763ebc7 /html.c | |
| parent | Makefile: include Git's config.mak.uname (diff) | |
| download | cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.gz 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 <[email protected]>
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -8,12 +8,6 @@ #include "cgit.h" #include "html.h" -#include <unistd.h> -#include <stdio.h> -#include <stdlib.h> -#include <stdarg.h> -#include <string.h> -#include <errno.h> /* Percent-encoding of each character, except: a-zA-Z0-9!$()*,./:;@- */ static const char* url_escape_table[256] = { |
