diff options
Diffstat (limited to 'builtin/hook.c')
-rw-r--r-- | builtin/hook.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/hook.c b/builtin/hook.c index f95b7965c5..5234693a94 100644 --- a/builtin/hook.c +++ b/builtin/hook.c @@ -1,9 +1,8 @@ -#include "cache.h" #include "builtin.h" #include "config.h" +#include "gettext.h" #include "hook.h" #include "parse-options.h" -#include "strbuf.h" #include "strvec.h" #define BUILTIN_HOOK_RUN_USAGE \ |