diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-20 03:58:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-20 04:16:41 -0700 |
commit | b9d37a5420446d0db2dc0dc5458a5e50656a4852 (patch) | |
tree | 1544417a886e6fd46ea5f786c8ac74744719ba56 /builtin-checkout.c | |
parent | 8cc21ce78c2f3781024117047c0650861f890213 (diff) | |
download | git-b9d37a5420446d0db2dc0dc5458a5e50656a4852.tar.gz |
Move prime_cache_tree() to cache-tree.c
The interface to build cache-tree belongs there.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-checkout.c')
-rw-r--r-- | builtin-checkout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-checkout.c b/builtin-checkout.c index b121fe56de..ffdb33aef5 100644 --- a/builtin-checkout.c +++ b/builtin-checkout.c @@ -5,6 +5,7 @@ #include "commit.h" #include "tree.h" #include "tree-walk.h" +#include "cache-tree.h" #include "unpack-trees.h" #include "dir.h" #include "run-command.h" |