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

svn path=/trunk/; revision=61615
This commit is contained in:
Amine Khaldi
2014-01-13 13:16:07 +00:00
parent 8f8d12f21e
commit ac6d2b8781
10 changed files with 18 additions and 16 deletions
+1 -4
View File
@@ -9,11 +9,10 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
/* GLOBALS ********************************************************************/
/* FUNCTIONS ******************************************************************/
BOOLEAN
@@ -22,5 +21,3 @@ SmpCheckForCrashDump(IN PUNICODE_STRING FileName)
{
return FALSE;
}
+1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
+1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
+1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
+1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
+1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
+3
View File
@@ -9,6 +9,9 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#include <pseh/pseh2.h>
#define NDEBUG
#include <debug.h>
+5 -11
View File
@@ -10,17 +10,14 @@
#ifndef _SM_
#define _SM_
//
// Native Headers
//
#define WIN32_NO_STATUS
#include <stdio.h>
#include <stdarg.h>
/* Native Headers */
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <pseh/pseh2.h>
#define RTL_NUMBER_OF_V1(A) (sizeof(A)/sizeof((A)[0]))
#define RTL_NUMBER_OF_V2(A) RTL_NUMBER_OF_V1(A)
#ifdef ENABLE_RTL_NUMBER_OF_V2
@@ -38,13 +35,10 @@
#include <ndk/psfuncs.h>
#include <ndk/lpcfuncs.h>
#include <ndk/setypes.h>
#include <ndk/sefuncs.h>
#include <ndk/umfuncs.h>
#include <ndk/kefuncs.h>
//
// SM Protocol Header
//
/* SM Protocol Header */
#include <sm/smmsg.h>
/* DEFINES ********************************************************************/
@@ -311,4 +305,4 @@ SmpExecuteImage(
IN PRTL_USER_PROCESS_INFORMATION ProcessInformation
);
#endif
#endif /* _SM_ */
+1 -1
View File
@@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#define NDEBUG
#include <debug.h>
@@ -674,4 +675,3 @@ SmpLoadSubSystemsForMuSession(IN PULONG MuSessionId,
/* Return status */
return Status;
}
+3
View File
@@ -9,6 +9,9 @@
/* INCLUDES *******************************************************************/
#include "smss.h"
#include <ndk/sefuncs.h>
#define NDEBUG
#include <debug.h>