diff options
author | Johan Herland | 2010-11-15 18:39:48 +0100 |
---|---|---|
committer | Lars Hjemli | 2010-11-16 06:56:54 +0100 |
commit | 17596459fe9a43428a261e66f65b227d15bf7ee5 (patch) | |
tree | ea30f9af3e534a2d2400ece912939475f84211da | |
parent | Merge branch 'tz/make-improvements' (diff) | |
download | cgit-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 <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | ui-stats.c | 2 |
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 @@ | |||
1 | #include <string-list.h> | ||
2 | |||
3 | #include "cgit.h" | 1 | #include "cgit.h" |
4 | #include "html.h" | 2 | #include "html.h" |
5 | #include "ui-shared.h" | 3 | #include "ui-shared.h" |