From 5bb0817ee52f53db5ebdecc8509b99c4891d261b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 5 Jan 2018 21:15:49 +0100 Subject: [PATCH] fixup! checkout.c: enable fscache for checkout_entry This fixes the build of Git for Windows' `master` branch on Linux and macOS. Signed-off-by: Johannes Schindelin --- builtin/checkout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/checkout.c b/builtin/checkout.c index 257d64f7f1..e0b96bc840 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -21,7 +21,6 @@ #include "resolve-undo.h" #include "submodule-config.h" #include "submodule.h" -#include "fscache.h" static const char * const checkout_usage[] = { N_("git checkout [] "),