diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2022-03-13 20:55:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-13 23:23:17 +0100 |
commit | 4fcea603c74eb2c78b4d8cd24349bf58af77df9d (patch) | |
tree | ccebbd3e5b193c0f897432ae1d343527f887f6bb /builtin/stash.c | |
parent | builtin/sparse-checkout.c: delete duplicate include (diff) | |
download | git-4fcea603c74eb2c78b4d8cd24349bf58af77df9d.tar.xz git-4fcea603c74eb2c78b4d8cd24349bf58af77df9d.zip |
builtin/stash.c: delete duplicate include
entry.h is included more than once.
Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | builtin/stash.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |