* 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

View file

@ -9,11 +9,10 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
/* GLOBALS ********************************************************************/
/* FUNCTIONS ******************************************************************/ /* FUNCTIONS ******************************************************************/
BOOLEAN BOOLEAN
@ -22,5 +21,3 @@ SmpCheckForCrashDump(IN PUNICODE_STRING FileName)
{ {
return FALSE; return FALSE;
} }

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -9,6 +9,9 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#include <pseh/pseh2.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>

View file

@ -10,17 +10,14 @@
#ifndef _SM_ #ifndef _SM_
#define _SM_ #define _SM_
//
// Native Headers
//
#define WIN32_NO_STATUS
#include <stdio.h> #include <stdio.h>
#include <stdarg.h>
/* Native Headers */
#define WIN32_NO_STATUS
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <winreg.h> #include <winreg.h>
#include <pseh/pseh2.h>
#define RTL_NUMBER_OF_V1(A) (sizeof(A)/sizeof((A)[0])) #define RTL_NUMBER_OF_V1(A) (sizeof(A)/sizeof((A)[0]))
#define RTL_NUMBER_OF_V2(A) RTL_NUMBER_OF_V1(A) #define RTL_NUMBER_OF_V2(A) RTL_NUMBER_OF_V1(A)
#ifdef ENABLE_RTL_NUMBER_OF_V2 #ifdef ENABLE_RTL_NUMBER_OF_V2
@ -38,13 +35,10 @@
#include <ndk/psfuncs.h> #include <ndk/psfuncs.h>
#include <ndk/lpcfuncs.h> #include <ndk/lpcfuncs.h>
#include <ndk/setypes.h> #include <ndk/setypes.h>
#include <ndk/sefuncs.h>
#include <ndk/umfuncs.h> #include <ndk/umfuncs.h>
#include <ndk/kefuncs.h> #include <ndk/kefuncs.h>
// /* SM Protocol Header */
// SM Protocol Header
//
#include <sm/smmsg.h> #include <sm/smmsg.h>
/* DEFINES ********************************************************************/ /* DEFINES ********************************************************************/
@ -311,4 +305,4 @@ SmpExecuteImage(
IN PRTL_USER_PROCESS_INFORMATION ProcessInformation IN PRTL_USER_PROCESS_INFORMATION ProcessInformation
); );
#endif #endif /* _SM_ */

View file

@ -9,6 +9,7 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
@ -674,4 +675,3 @@ SmpLoadSubSystemsForMuSession(IN PULONG MuSessionId,
/* Return status */ /* Return status */
return Status; return Status;
} }

View file

@ -9,6 +9,9 @@
/* INCLUDES *******************************************************************/ /* INCLUDES *******************************************************************/
#include "smss.h" #include "smss.h"
#include <ndk/sefuncs.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>