about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index 7ec46b4..f5db364 100644 --- a/cgit.h +++ b/cgit.h
@@ -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>