From 830213a1cf4792b5b99f8d4c2f412542845fd216 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 23 Jan 2014 17:51:20 +0000 Subject: [PATCH] [LSASRV] * Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61775 --- reactos/dll/win32/lsasrv/authpackage.c | 4 ++++ reactos/dll/win32/lsasrv/authport.c | 3 +++ reactos/dll/win32/lsasrv/lookup.c | 2 ++ reactos/dll/win32/lsasrv/lsasrv.h | 9 --------- reactos/dll/win32/lsasrv/utils.c | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/reactos/dll/win32/lsasrv/authpackage.c b/reactos/dll/win32/lsasrv/authpackage.c index 16ff508c81a..a9f57ab76c6 100644 --- a/reactos/dll/win32/lsasrv/authpackage.c +++ b/reactos/dll/win32/lsasrv/authpackage.c @@ -8,6 +8,10 @@ #include "lsasrv.h" +#include +#include +#include + typedef enum _LSA_TOKEN_INFORMATION_TYPE { LsaTokenInformationNull, diff --git a/reactos/dll/win32/lsasrv/authport.c b/reactos/dll/win32/lsasrv/authport.c index ee685dd42ee..61527ea2f0a 100644 --- a/reactos/dll/win32/lsasrv/authport.c +++ b/reactos/dll/win32/lsasrv/authport.c @@ -8,6 +8,9 @@ #include "lsasrv.h" +#include +#include + static LIST_ENTRY LsapLogonContextList; static HANDLE PortThreadHandle = NULL; diff --git a/reactos/dll/win32/lsasrv/lookup.c b/reactos/dll/win32/lsasrv/lookup.c index be83d49ff04..426a9b83606 100644 --- a/reactos/dll/win32/lsasrv/lookup.c +++ b/reactos/dll/win32/lsasrv/lookup.c @@ -9,6 +9,8 @@ #include "lsasrv.h" +#include "resources.h" + /* GLOBALS *****************************************************************/ typedef wchar_t *PSAMPR_SERVER_NAME; diff --git a/reactos/dll/win32/lsasrv/lsasrv.h b/reactos/dll/win32/lsasrv/lsasrv.h index dd7b100ecac..fdf08072574 100644 --- a/reactos/dll/win32/lsasrv/lsasrv.h +++ b/reactos/dll/win32/lsasrv/lsasrv.h @@ -16,20 +16,13 @@ #include #include #include -#include #define NTOS_MODE_USER #include #include -#include -#include -#include #include -#include #include #include -#include -#include #include #include @@ -41,8 +34,6 @@ #include WINE_DEFAULT_DEBUG_CHANNEL(lsasrv); -#include "resources.h" - typedef enum _LSA_DB_OBJECT_TYPE { LsaDbIgnoreObject, diff --git a/reactos/dll/win32/lsasrv/utils.c b/reactos/dll/win32/lsasrv/utils.c index 0b82c9acc15..6db656d9ecb 100644 --- a/reactos/dll/win32/lsasrv/utils.c +++ b/reactos/dll/win32/lsasrv/utils.c @@ -9,6 +9,8 @@ #include "lsasrv.h" +#include + /* FUNCTIONS ***************************************************************/ INT