diff --git a/reactos/lib/fslib/vfatlib/check/check.c b/reactos/lib/fslib/vfatlib/check/check.c index b29a275f0c7..133028f8eb6 100644 --- a/reactos/lib/fslib/vfatlib/check/check.c +++ b/reactos/lib/fslib/vfatlib/check/check.c @@ -10,6 +10,8 @@ #define NDEBUG #include +#include "lfn.h" + static DOS_FILE *root; /* get start field of a dir entry */ diff --git a/reactos/lib/fslib/vfatlib/check/fat.c b/reactos/lib/fslib/vfatlib/check/fat.c index e5a5504232f..8529652661f 100644 --- a/reactos/lib/fslib/vfatlib/check/fat.c +++ b/reactos/lib/fslib/vfatlib/check/fat.c @@ -11,6 +11,7 @@ #define NDEBUG #include +#include "check.h" //#pragma warning(disable: 4018) diff --git a/reactos/lib/fslib/vfatlib/vfatlib.h b/reactos/lib/fslib/vfatlib/vfatlib.h index f5f3dbeb50d..6d417e8751b 100644 --- a/reactos/lib/fslib/vfatlib/vfatlib.h +++ b/reactos/lib/fslib/vfatlib/vfatlib.h @@ -19,17 +19,10 @@ #include #include -#include -#include // for INT_MAX definition - -#include "check/dosfsck.h" #include "check/common.h" #include "check/io.h" -#include "check/lfn.h" -#include "check/boot.h" #include "check/fat.h" #include "check/file.h" -#include "check/check.h" #include typedef struct _FAT16_BOOT_SECTOR