diff options
Diffstat (limited to 'tar-tree.c')
-rw-r--r-- | tar-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tar-tree.c b/tar-tree.c index 8d9e31c206..705b8fa1c7 100644 --- a/tar-tree.c +++ b/tar-tree.c @@ -3,7 +3,7 @@ */ #include <time.h> #include "cache.h" -#include "diff.h" +#include "tree-walk.h" #include "commit.h" #include "strbuf.h" #include "tar.h" |