X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=builtin%2Fcheckout.c;h=570bb09c4f176ff21d593361261ec008c3a89739;hp=8afdf2b5c4bfbd53e7315afe9d8ae3d88f93dd57;hb=697cc8efd944a32ca472337cd6640004c474b788;hpb=216aab1e3d8eef088dc9785febce24a110e9f835 diff --git a/builtin/checkout.c b/builtin/checkout.c index 8afdf2b5c4..570bb09c4f 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -1,5 +1,5 @@ -#include "cache.h" #include "builtin.h" +#include "lockfile.h" #include "parse-options.h" #include "refs.h" #include "commit.h"