From 157f544ac2149a985b0f62e9381a759c0ae252ec Mon Sep 17 00:00:00 2001
From: John Keeping <john@keeping.me.uk>
Date: Thu, 13 Aug 2015 12:14:15 +0100
Subject: 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>
---
 shared.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'shared.c')

diff --git a/shared.c b/shared.c
index 0431b59..3bd2a9e 100644
--- a/shared.c
+++ b/shared.c
@@ -7,7 +7,6 @@
  */
 
 #include "cgit.h"
-#include <stdio.h>
 
 struct cgit_repolist cgit_repolist;
 struct cgit_context ctx;
-- 
cgit v1.2.3