[VFATXLIB]

* 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=61517
This commit is contained in:
Amine Khaldi 2014-01-04 10:24:39 +00:00
parent 7d7e1888c1
commit 67a66904b5
3 changed files with 11 additions and 3 deletions

View file

@ -6,8 +6,12 @@
* PROGRAMMERS:
* REVISIONS:
*/
#include "vfatxlib.h"
#include <ndk/kefuncs.h>
#include <ndk/rtlfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -7,8 +7,11 @@
* REVISIONS:
* CSH 05/04-2003 Created
*/
#include "vfatxlib.h"
#include <ndk/obfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -3,11 +3,12 @@
* PROJECT: ReactOS VFAT filesystem library
* FILE: vfatxlib.h
*/
#define NTOS_MODE_USER
#include <ndk/umtypes.h>
#include <ndk/pstypes.h>
#include <ndk/ldrtypes.h>
#include <ndk/iofuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <fmifs/fmifs.h>
#include <pshpack1.h>