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 <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2018-01-05 21:15:49 +01:00
parent 8d6f67c0d3
commit 5bb0817ee5

View File

@@ -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 [<options>] <branch>"),