From 7d7e1888c17c020ce5d08000bcf29ac56e1adf28 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 4 Jan 2014 10:22:59 +0000 Subject: [PATCH] [VFATLIB] * Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61516 --- reactos/lib/fslib/vfatlib/check/check.c | 2 ++ reactos/lib/fslib/vfatlib/check/fat.c | 1 + reactos/lib/fslib/vfatlib/vfatlib.h | 7 ------- 3 files changed, 3 insertions(+), 7 deletions(-) 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 -- 2.17.1