diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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!$()*,./:;@- */ |
19 | static const char* url_escape_table[256] = { | 13 | static const char* url_escape_table[256] = { |