diff options
Diffstat (limited to 'tree-walk.h')
-rw-r--r-- | tree-walk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tree-walk.h b/tree-walk.h index 25fe27e352..01a9d8eb44 100644 --- a/tree-walk.h +++ b/tree-walk.h @@ -1,9 +1,10 @@ #ifndef TREE_WALK_H #define TREE_WALK_H -#include "hash.h" +#include "hash-ll.h" struct index_state; +struct repository; #define MAX_TRAVERSE_TREES 8 |