diff options
Diffstat (limited to 'builtin/annotate.c')
| -rw-r--r-- | builtin/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/annotate.c b/builtin/annotate.c index da413ae0d1..4353448712 100644 --- a/builtin/annotate.c +++ b/builtin/annotate.c @@ -5,7 +5,7 @@ */ #include "git-compat-util.h" #include "builtin.h" -#include "argv-array.h" +#include "strvec.h" int cmd_annotate(int argc, const char **argv, const char *prefix) { |
