summaryrefslogtreecommitdiffstats
path: root/builtin/apply.c
diff options
context:
space:
mode:
authorGarrit Franke <garrit@slashdev.space>2022-04-05 13:45:10 +0200
committerJunio C Hamano <gitster@pobox.com>2022-04-06 18:42:14 +0200
commit1da312742db9d5a4b796c5d8abe0d703e59f5c26 (patch)
tree3f0cb20c52239ec0a1ffbdf6d2e9304d1f7488fd /builtin/apply.c
parentserve.c: remove unnecessary include (diff)
downloadgit-1da312742db9d5a4b796c5d8abe0d703e59f5c26.tar.xz
git-1da312742db9d5a4b796c5d8abe0d703e59f5c26.zip
apply.c: remove unnecessary include
Remove include "lockfile.h" from builtin/apply.c, which is orphaned since 6d058c88264 (apply: move lockfile into `apply_state`, 2017-10-05) Signed-off-by: Garrit Franke <garrit@slashdev.space> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/apply.c')
-rw-r--r--builtin/apply.c1
1 files changed, 0 insertions, 1 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[] = {