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
parent 0393102249
commit 157f544ac2
6 changed files with 0 additions and 16 deletions

View file

@ -7,7 +7,6 @@
*/
#include "cgit.h"
#include <stdio.h>
struct cgit_repolist cgit_repolist;
struct cgit_context ctx;