[KERNEL32]

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

svn path=/trunk/; revision=61772
This commit is contained in:
Amine Khaldi
2014-01-23 17:45:58 +00:00
parent 4ba913a711
commit 3c885f3ebf
6 changed files with 12 additions and 9 deletions
@@ -9,6 +9,9 @@
/* INCLUDES *****************************************************************/
#include <k32.h>
#include <ndk/dbgkfuncs.h>
#define NDEBUG
#include <debug.h>
@@ -11,6 +11,7 @@
/* INCLUDES ******************************************************************/
#include <k32.h>
#define NDEBUG
#include <debug.h>
#include <dbt.h>
@@ -9,6 +9,9 @@
/* INCLUDES *******************************************************************/
#include <k32.h>
#include <ntddbeep.h>
#define NDEBUG
#include <debug.h>
@@ -12,6 +12,8 @@
#include <k32.h>
#include <ndk/pofuncs.h>
#define NDEBUG
#include <debug.h>
@@ -17,8 +17,6 @@
#include <k32.h>
#include <tlhelp32.h>
#define NDEBUG
#include <debug.h>
+3 -7
View File
@@ -11,10 +11,10 @@
/* INCLUDES ******************************************************************/
#include <stdio.h>
/* PSDK/NDK Headers */
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
@@ -28,7 +28,6 @@
#define NTDDI_VERSION NTDDI_WS03SP1
#include <ndk/cmfuncs.h>
#include <ndk/dbgkfuncs.h>
#include <ndk/exfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kdtypes.h>
@@ -36,7 +35,6 @@
#include <ndk/ldrfuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/pofuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
@@ -48,10 +46,8 @@
#include <win/basemsg.h>
#include <win/console.h>
#include <win/conmsg.h>
#include <win/winmsg.h>
/* DDK Driver Headers */
#include <ntddbeep.h>
#include <mountmgr.h>
/* Internal Kernel32 Header */
@@ -69,4 +65,4 @@
/* Virtual DOS Machines (VDM) Support Definitions */
#include "include/vdm.h"
#endif
#endif /* __K32_H */