diff --git a/ntfsprogs/ntfsck.c b/ntfsprogs/ntfsck.c index 2171a620..37b0b2db 100644 --- a/ntfsprogs/ntfsck.c +++ b/ntfsprogs/ntfsck.c @@ -37,12 +37,13 @@ #include #endif -#include "layout.h" +#include +#include +#include +#include + #include "cluster.h" -#include "bitmap.h" #include "utils.h" -#include "endians.h" -#include "bootsect.h" #define RETURN_FS_ERRORS_CORRECTED (1) #define RETURN_SYSTEM_NEEDS_REBOOT (2)