[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
This commit is contained in:
Amine Khaldi 2014-01-04 10:22:59 +00:00
parent 4f48733982
commit 7d7e1888c1
3 changed files with 3 additions and 7 deletions

View file

@ -10,6 +10,8 @@
#define NDEBUG
#include <debug.h>
#include "lfn.h"
static DOS_FILE *root;
/* get start field of a dir entry */

View file

@ -11,6 +11,7 @@
#define NDEBUG
#include <debug.h>
#include "check.h"
//#pragma warning(disable: 4018)

View file

@ -19,17 +19,10 @@
#include <ndk/rtlfuncs.h>
#include <fmifs/fmifs.h>
#include <time.h>
#include <limits.h> // 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 <pshpack1.h>
typedef struct _FAT16_BOOT_SECTOR