From a45f2450755df3c1c7a17f9b46e5e5848fa2f4af Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 23 Jan 2014 17:43:25 +0000 Subject: [PATCH] [ITSS] * Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61770 --- reactos/dll/win32/itss/moniker.c | 2 ++ reactos/dll/win32/itss/precomp.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/itss/moniker.c b/reactos/dll/win32/itss/moniker.c index 86e82de2c2c..86d81091862 100644 --- a/reactos/dll/win32/itss/moniker.c +++ b/reactos/dll/win32/itss/moniker.c @@ -22,6 +22,8 @@ #include "precomp.h" +#include + /*****************************************************************************/ typedef struct { diff --git a/reactos/dll/win32/itss/precomp.h b/reactos/dll/win32/itss/precomp.h index 5f6aa249645..1bf6ab0c518 100644 --- a/reactos/dll/win32/itss/precomp.h +++ b/reactos/dll/win32/itss/precomp.h @@ -1,7 +1,7 @@ #ifndef _ITSS_PCH_ #define _ITSS_PCH_ -#include +#include #include #include @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include