diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-05-20 15:26:53 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-05-20 15:26:53 -0700 |
| commit | 87d6bec2c8ff5a254e455ed67ced29006c504d9a (patch) | |
| tree | 1d34f18f4c37bae9b28d27847bb42888c4726ae2 | |
| parent | 4976f244f3cd8a9161fdbcc3cfd1ed7b65bb349e (diff) | |
| parent | 1da312742db9d5a4b796c5d8abe0d703e59f5c26 (diff) | |
Merge branch 'gf/unused-includes'
Remove unused includes.
* gf/unused-includes:
apply.c: remove unnecessary include
serve.c: remove unnecessary include
| -rw-r--r-- | builtin/apply.c | 1 | ||||
| -rw-r--r-- | serve.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 3f099b9605..555219de40 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -1,7 +1,6 @@ #include "cache.h" #include "builtin.h" #include "parse-options.h" -#include "lockfile.h" #include "apply.h" static const char * const apply_usage[] = { @@ -3,7 +3,6 @@ #include "config.h" #include "pkt-line.h" #include "version.h" -#include "strvec.h" #include "ls-refs.h" #include "protocol-caps.h" #include "serve.h" |
