diff options
Diffstat (limited to 'builtin/apply.c')
| -rw-r--r-- | builtin/apply.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 555219de40..861a01910c 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -1,6 +1,6 @@ -#include "cache.h" #include "builtin.h" -#include "parse-options.h" +#include "gettext.h" +#include "repository.h" #include "apply.h" static const char * const apply_usage[] = { |
