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

svn path=/trunk/; revision=61775
This commit is contained in:
Amine Khaldi 2014-01-23 17:51:20 +00:00
parent f2296246ea
commit 830213a1cf
5 changed files with 11 additions and 9 deletions

View file

@ -8,6 +8,10 @@
#include "lsasrv.h"
#include <ndk/mmfuncs.h>
#include <ndk/sefuncs.h>
#include <ndk/umfuncs.h>
typedef enum _LSA_TOKEN_INFORMATION_TYPE
{
LsaTokenInformationNull,

View file

@ -8,6 +8,9 @@
#include "lsasrv.h"
#include <ndk/lpcfuncs.h>
#include <ndk/psfuncs.h>
static LIST_ENTRY LsapLogonContextList;
static HANDLE PortThreadHandle = NULL;

View file

@ -9,6 +9,8 @@
#include "lsasrv.h"
#include "resources.h"
/* GLOBALS *****************************************************************/
typedef wchar_t *PSAMPR_SERVER_NAME;

View file

@ -16,20 +16,13 @@
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#define NTOS_MODE_USER
#include <ndk/cmfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/lpctypes.h>
#include <ndk/lpcfuncs.h>
#include <ndk/mmfuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
#include <ndk/sefuncs.h>
#include <ndk/umfuncs.h>
#include <ntsam.h>
#include <ntlsa.h>
@ -41,8 +34,6 @@
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
#include "resources.h"
typedef enum _LSA_DB_OBJECT_TYPE
{
LsaDbIgnoreObject,

View file

@ -9,6 +9,8 @@
#include "lsasrv.h"
#include <winuser.h>
/* FUNCTIONS ***************************************************************/
INT