diff options
Diffstat (limited to 'csum-file.h')
-rw-r--r-- | csum-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csum-file.h b/csum-file.h index 793a59da12..bc5bec27ac 100644 --- a/csum-file.h +++ b/csum-file.h @@ -1,8 +1,8 @@ #ifndef CSUM_FILE_H #define CSUM_FILE_H -#include "cache.h" -#include "hash.h" +#include "hash-ll.h" +#include "write-or-die.h" struct progress; |