Message ID | 20220313195536.224075-5-gitter.spiros@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4fcea603c74eb2c78b4d8cd24349bf58af77df9d |
Headers | show |
Series | Remove. duplicate include directives | expand |
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
entry.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> --- builtin/stash.c | 1 - 1 file changed, 1 deletion(-)