diff options
author | Johan Herland <johan@herland.net> | 2010-11-15 18:39:48 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-11-16 06:56:54 +0100 |
commit | 17596459fe9a43428a261e66f65b227d15bf7ee5 (patch) | |
tree | ea30f9af3e534a2d2400ece912939475f84211da /ui-stats.c | |
parent | 7618cac1ee3bf83424d9237c3c362a43c5b246e9 (diff) |
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 'ui-stats.c')
-rw-r--r-- | ui-stats.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#include <string-list.h> - #include "cgit.h" #include "html.h" #include "ui-shared.h" |