From: Elia Pinto Date: Sun, 13 Mar 2022 19:55:35 +0000 (+0000) Subject: builtin/stash.c: delete duplicate include X-Git-Tag: v2.36.0-rc0~45^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fcea603c74eb2c78b4d8cd24349bf58af77df9d;p=thirdparty%2Fgit.git builtin/stash.c: delete duplicate include entry.h is included more than once. Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- diff --git a/builtin/stash.c b/builtin/stash.c index 3e8af210fd..548048f444 100644 --- a/builtin/stash.c +++ b/builtin/stash.c @@ -16,7 +16,6 @@ #include "log-tree.h" #include "diffcore.h" #include "exec-cmd.h" -#include "entry.h" #define INCLUDE_ALL_FILES 2