Message ID | 20220313195536.224075-4-gitter.spiros@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 07b04ebe86ce91e8965eb655e1136309c4ad44de |
Headers | show |
Series | Remove. duplicate include directives | expand |
diff --git a/builtin/sparse-checkout.c b/builtin/sparse-checkout.c index 5518ed47f6..d88d141076 100644 --- a/builtin/sparse-checkout.c +++ b/builtin/sparse-checkout.c @@ -8,7 +8,6 @@ #include "run-command.h" #include "strbuf.h" #include "string-list.h" -#include "cache.h" #include "cache-tree.h" #include "lockfile.h" #include "resolve-undo.h"
cache.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> --- builtin/sparse-checkout.c | 1 - 1 file changed, 1 deletion(-)