* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61763
This commit is contained in:
Amine Khaldi 2014-01-23 11:19:27 +00:00
parent 20a454e741
commit 946e9d16fe
2 changed files with 4 additions and 6 deletions

View file

@ -10,6 +10,10 @@
#include "precomp.h"
#include <winreg.h>
#include <ndk/cmfuncs.h>
#include <ndk/obfuncs.h>
static BOOLEAN FmIfsInitialized = FALSE;
LIST_ENTRY ProviderListHead;

View file

@ -20,17 +20,11 @@
/* PSDK/NDK Headers */
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <ndk/cmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
/* FMIFS Public Header */
#include <fmifs/fmifs.h>
/* VFATLIB Public Header */
//#include <fslib/vfatlib.h>
extern LIST_ENTRY ProviderListHead;
typedef struct _IFS_PROVIDER