aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-11-15 18:39:48 +0100
committerLars Hjemli <hjemli@gmail.com>2010-11-16 06:56:54 +0100
commit17596459fe9a43428a261e66f65b227d15bf7ee5 (patch)
treeea30f9af3e534a2d2400ece912939475f84211da /ui-stats.c
parentMerge branch 'tz/make-improvements' (diff)
downloadcgit-17596459fe9a43428a261e66f65b227d15bf7ee5.tar.xz
cgit-17596459fe9a43428a261e66f65b227d15bf7ee5.zip
ui-stats: Remove unnecessary #include
<string-list.h> is already #included from cgit.h Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r--ui-stats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 946a6ea..2a0c174 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"