]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

index 3f099b960565ff2944209ba514ea7274dad852f5..555219de40fa7e3097612a60eb953f81580a8de9 100644 (file)
@@ -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[] = {