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:
John Keeping
2015-08-13 12:14:15 +01:00
committed by Jason A. Donenfeld
szülő 0393102249
commit 157f544ac2
6 fájl változott, egészen pontosan 0 új sor hozzáadva és 16 régi sor törölve

Fájl megtekintése

@ -10,7 +10,6 @@
#include "ui-repolist.h"
#include "html.h"
#include "ui-shared.h"
#include <strings.h>
static time_t read_agefile(char *path)
{