Diffstat (limited to 'ui-repolist.c')
| -rw-r--r-- | ui-repolist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index cd4e41d..5fde174 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -6,10 +6,9 @@ * (see COPYING for full license text) */ +#include "cgit.h" #include <time.h> -#include "cgit.h" -#include "html.h" time_t read_agefile(char *path) { |