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>
Этот коммит содержится в:
John Keeping
2015-08-13 12:14:15 +01:00
коммит произвёл Jason A. Donenfeld
родитель 0393102249
Коммит 157f544ac2
6 изменённых файлов: 0 добавлений и 16 удалений

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] = {