mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
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>
This commit is contained in:
parent
0393102249
commit
157f544ac2
6 changed files with 0 additions and 16 deletions
6
html.c
6
html.c
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue