cgit

commit 17596459fe9a43428a261e66f65b227d15bf7ee5

Author: Johan Herland <johan@herland.net>

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>

 ui-stats.c | 2 --


diff --git a/ui-stats.c b/ui-stats.c
index 946a6ea9a53f8efb709fe36032651eb2e297476d..2a0c17460b0894f22e81eea7eacf7693b8d99d54 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"