about summary refs log tree commit diff stats
path: root/html.c
diff options
context:
space:
mode:
authorJohn Keeping2015-08-13 12:14:15 +0100
committerJason A. Donenfeld2015-08-13 15:36:53 +0200
commit157f544ac2149a985b0f62e9381a759c0ae252ec (patch)
tree68766706061955341ef25a00f902edcf8763ebc7 /html.c
parentMakefile: include Git's config.mak.uname (diff)
downloadcgit-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 <john@keeping.me.uk>
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/html.c b/html.c index 155cde5..a47cff0 100644 --- a/html.c +++ b/html.c
@@ -8,12 +8,6 @@
8 8
9#include "cgit.h" 9#include "cgit.h"
10#include "html.h" 10#include "html.h"
11#include <unistd.h>
12#include <stdio.h>
13#include <stdlib.h>
14#include <stdarg.h>
15#include <string.h>
16#include <errno.h>
17 11
18/* Percent-encoding of each character, except: a-zA-Z0-9!$()*,./:;@- */ 12/* Percent-encoding of each character, except: a-zA-Z0-9!$()*,./:;@- */
19static const char* url_escape_table[256] = { 13static const char* url_escape_table[256] = {