[NTDLL]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 20 Jan 2014 12:59:27 +0000 (12:59 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 20 Jan 2014 12:59:27 +0000 (12:59 +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=61728

13 files changed:
reactos/dll/ntdll/csr/api.c
reactos/dll/ntdll/csr/capture.c
reactos/dll/ntdll/csr/connect.c
reactos/dll/ntdll/dbg/dbgui.c
reactos/dll/ntdll/dispatch/dispatch.c
reactos/dll/ntdll/include/ntdll.h
reactos/dll/ntdll/include/ntdllp.h
reactos/dll/ntdll/ldr/ldrapi.c
reactos/dll/ntdll/ldr/ldrinit.c
reactos/dll/ntdll/ldr/ldrpe.c
reactos/dll/ntdll/ldr/ldrutils.c
reactos/dll/ntdll/rtl/libsupp.c
reactos/dll/ntdll/rtl/version.c

index 4e3556c..fd0687e 100644 (file)
@@ -9,6 +9,7 @@
 /* INCLUDES *******************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 1ab781d..d22644b 100644 (file)
@@ -9,6 +9,7 @@
 /* INCLUDES *******************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index c2d2ac8..cef68d9 100644 (file)
@@ -9,6 +9,10 @@
 /* INCLUDES *******************************************************************/
 
 #include <ntdll.h>
+
+#include <ndk/lpcfuncs.h>
+#include <csr/csrsrv.h>
+
 #define NDEBUG
 #include <debug.h>
 
index b65e06c..e745374 100644 (file)
@@ -9,6 +9,9 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
+#include <ndk/dbgkfuncs.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 50a9ee8..37f59d2 100644 (file)
@@ -10,6 +10,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index afd6a2a..1121c9f 100644 (file)
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
-#include <wingdi.h>
-#include <wincon.h>
 #include <winuser.h>
 #define NTOS_MODE_USER
 #include <ndk/cmfuncs.h>
-#include <ndk/dbgkfuncs.h>
 #include <ndk/exfuncs.h>
 #include <ndk/iofuncs.h>
 #include <ndk/kdtypes.h>
 #include <ndk/kefuncs.h>
 #include <ndk/ldrfuncs.h>
-#include <ndk/lpcfuncs.h>
 #include <ndk/mmfuncs.h>
 #include <ndk/obfuncs.h>
 #include <ndk/psfuncs.h>
@@ -45,7 +41,6 @@
 #include "ntdllp.h"
 
 /* CSRSS Headers */
-#include <csr/csrsrv.h>
 #include <csr/csr.h>
 
 /* PSEH */
index 606b5fc..d8b6e21 100644 (file)
@@ -6,7 +6,7 @@
  * PROGRAMMER:      Alex Ionescu (alex@relsoft.net)
  */
 
-/* INCLUDES ******************************************************************/
+#pragma once
 
 #define LDR_HASH_TABLE_ENTRIES 32
 #define LDR_GET_HASH_ENTRY(x) (RtlUpcaseUnicodeChar((x)) & (LDR_HASH_TABLE_ENTRIES - 1))
index 5107649..a7b25f0 100644 (file)
@@ -10,6 +10,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 8aa9e74..2c7094d 100644 (file)
@@ -10,6 +10,8 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
+#include <wingdi.h>
 #include <callback.h>
 
 #define NDEBUG
index 6b351ae..a127e57 100644 (file)
@@ -9,6 +9,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index b042ee8..12d487c 100644 (file)
@@ -10,6 +10,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index c2cbf25..9ceb2b0 100644 (file)
@@ -10,6 +10,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>
 
index 66193fe..94e1caa 100644 (file)
@@ -11,6 +11,7 @@
 /* INCLUDES *******************************************************************/
 
 #include <ntdll.h>
+
 #define NDEBUG
 #include <debug.h>