diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ | |||
14 | #include <tag.h> | 14 | #include <tag.h> |
15 | #include <diff.h> | 15 | #include <diff.h> |
16 | #include <diffcore.h> | 16 | #include <diffcore.h> |
17 | #include <argv-array.h> | 17 | #include <strvec.h> |
18 | #include <refs.h> | 18 | #include <refs.h> |
19 | #include <revision.h> | 19 | #include <revision.h> |
20 | #include <log-tree.h> | 20 | #include <log-tree.h> |