aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Herland <[email protected]>2010-11-15 17:39:48 +0000
committerLars Hjemli <[email protected]>2010-11-16 05:56:54 +0000
commit17596459fe9a43428a261e66f65b227d15bf7ee5 (patch)
treeea30f9af3e534a2d2400ece912939475f84211da
parentMerge branch 'tz/make-improvements' (diff)
downloadcgit-17596459fe9a43428a261e66f65b227d15bf7ee5.tar.gz
cgit-17596459fe9a43428a261e66f65b227d15bf7ee5.zip
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]>
-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"