the repository which powers this website
ui-stats: Remove unnecessary #include
<string-list.h> is already #included from cgit.h Signed-off-by: Johan Herland <[email protected]> Signed-off-by: Lars Hjemli <[email protected]>
Johan Herland 2010-11-16
parent 7618cac · commit 1759645
-rw-r--r--ui-stats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 946a6ea9..2a0c1746 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -1,5 +1,3 @@
-#include <string-list.h>
-
#include "cgit.h"
#include "html.h"
#include "ui-shared.h"