about summary refs log tree commit diff stats
path: root/shared.c
diff options
context:
space:
mode:
authorJohn Keeping2015-08-13 12:14:15 +0100
committerJason A. Donenfeld2015-08-13 15:36:53 +0200
commit157f544ac2149a985b0f62e9381a759c0ae252ec (patch)
tree68766706061955341ef25a00f902edcf8763ebc7 /shared.c
parentMakefile: include Git's config.mak.uname (diff)
downloadcgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.gz
cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared.c b/shared.c index 0431b59..3bd2a9e 100644 --- a/shared.c +++ b/shared.c
@@ -7,7 +7,6 @@
7 */ 7 */
8 8
9#include "cgit.h" 9#include "cgit.h"
10#include <stdio.h>
11 10
12struct cgit_repolist cgit_repolist; 11struct cgit_repolist cgit_repolist;
13struct cgit_context ctx; 12struct cgit_context ctx;