From 1eec99d721f5f7a137770519b6e431da729da620 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 26 Jan 2014 17:46:23 +0000 Subject: [PATCH] [WINTRUST] * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61836 --- reactos/dll/win32/wintrust/wintrust_priv.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/reactos/dll/win32/wintrust/wintrust_priv.h b/reactos/dll/win32/wintrust/wintrust_priv.h index aa34ed4b327..ef8decb3d97 100644 --- a/reactos/dll/win32/wintrust/wintrust_priv.h +++ b/reactos/dll/win32/wintrust/wintrust_priv.h @@ -15,12 +15,12 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + #ifndef __WINTRUST_PRIV_H__ #define __WINTRUST_PRIV_H__ -#include +#include -#include #include #define _INC_WINDOWS @@ -33,10 +33,8 @@ #include #include #include -#include #include #include -#include #include #include @@ -51,4 +49,4 @@ BOOL WINAPI WINTRUST_AddCert(CRYPT_PROVIDER_DATA *data, DWORD idxSigner, BOOL WINAPI WINTRUST_AddPrivData(CRYPT_PROVIDER_DATA *data, CRYPT_PROVIDER_PRIVDATA *pPrivData2Add) DECLSPEC_HIDDEN; -#endif /* ndef __WINTRUST_PRIV_H__ */ +#endif /* __WINTRUST_PRIV_H__ */