diff options
author | John Keeping <john@keeping.me.uk> | 2015-08-13 12:14:15 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-08-13 15:36:53 +0200 |
commit | 157f544ac2149a985b0f62e9381a759c0ae252ec (patch) | |
tree | 68766706061955341ef25a00f902edcf8763ebc7 /shared.c | |
parent | 0393102249c30f62c8f061062bc4a9ba962b6910 (diff) |
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>
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ */ #include "cgit.h" -#include <stdio.h> struct cgit_repolist cgit_repolist; struct cgit_context ctx; |