]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.h
Merge branch 'en/directory-renames-nothanks'
[thirdparty/git.git] / unpack-trees.h
index 534358fcc5603e0996ed1b07ddd7c7de9dce4331..847f217dbaecea678f48d5086e7099c3c24a53c4 100644 (file)
@@ -1,11 +1,14 @@
 #ifndef UNPACK_TREES_H
 #define UNPACK_TREES_H
 
-#include "tree-walk.h"
+#include "cache.h"
 #include "argv-array.h"
+#include "string-list.h"
+#include "tree-walk.h"
 
 #define MAX_UNPACK_TREES 8
 
+struct cache_entry;
 struct unpack_trees_options;
 struct exclude_list;