the repository which powers this website
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.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" |