From 4fcea603c74eb2c78b4d8cd24349bf58af77df9d Mon Sep 17 00:00:00 2001 From: Elia Pinto Date: Sun, 13 Mar 2022 19:55:35 +0000 Subject: builtin/stash.c: delete duplicate include entry.h is included more than once. Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- builtin/stash.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3