[VFATXLIB]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 10:24:39 +0000 (10:24 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 10:24:39 +0000 (10:24 +0000)
* 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

reactos/lib/fslib/vfatxlib/fatx.c
reactos/lib/fslib/vfatxlib/vfatxlib.c
reactos/lib/fslib/vfatxlib/vfatxlib.h

index 1010466..026bdd1 100644 (file)
@@ -6,8 +6,12 @@
  * PROGRAMMERS: 
  * REVISIONS:
  */
+
 #include "vfatxlib.h"
 
+#include <ndk/kefuncs.h>
+#include <ndk/rtlfuncs.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 62a7e62..990dd20 100644 (file)
@@ -7,8 +7,11 @@
  * REVISIONS:
  *   CSH 05/04-2003 Created
  */
+
 #include "vfatxlib.h"
 
+#include <ndk/obfuncs.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 58ae278..70ce6c1 100644 (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>