]> git.ipfire.org Git - thirdparty/git.git/commit
apply.c: remove unnecessary include
authorGarrit Franke <garrit@slashdev.space>
Tue, 5 Apr 2022 11:45:10 +0000 (13:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2022 16:42:14 +0000 (09:42 -0700)
commit1da312742db9d5a4b796c5d8abe0d703e59f5c26
tree3f0cb20c52239ec0a1ffbdf6d2e9304d1f7488fd
parentbb886cf9b4994274781acfddd043edda60a5dfd8
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>
builtin/apply.c