diff options
author | John Keeping | 2015-08-13 12:14:15 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2015-08-13 15:36:53 +0200 |
commit | 157f544ac2149a985b0f62e9381a759c0ae252ec (patch) | |
tree | 68766706061955341ef25a00f902edcf8763ebc7 /ui-repolist.c | |
parent | 0393102249c30f62c8f061062bc4a9ba962b6910 (diff) | |
download | cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.gz cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.tar.bz2 cgit-157f544ac2149a985b0f62e9381a759c0ae252ec.zip |
Remove redundant includes
These are all included in git-compat-util.h (when necessary), which we
include in cgit.h.
Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'ui-repolist.c')
-rw-r--r-- | ui-repolist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index edefc4c..43253ed 100644 --- a/ui-repolist.c +++ b/ui-repolist.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "ui-repolist.h" | 10 | #include "ui-repolist.h" |
11 | #include "html.h" | 11 | #include "html.h" |
12 | #include "ui-shared.h" | 12 | #include "ui-shared.h" |
13 | #include <strings.h> | ||
14 | 13 | ||
15 | static time_t read_agefile(char *path) | 14 | static time_t read_agefile(char *path) |
16 | { | 15 | { |