From 157f544ac2149a985b0f62e9381a759c0ae252ec Mon Sep 17 00:00:00 2001 From: John Keeping Date: Thu, 13 Aug 2015 12:14:15 +0100 Subject: 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 --- html.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index 155cde5..a47cff0 100644 --- a/html.c +++ b/html.c @@ -8,12 +8,6 @@ #include "cgit.h" #include "html.h" -#include -#include -#include -#include -#include -#include /* Percent-encoding of each character, except: a-zA-Z0-9!$()*,./:;@- */ static const char* url_escape_table[256] = { -- cgit v1.2.3-24-g4f1b