From eea5796fdac6b0f830ab44ea52ef1a3386b3c562 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 25 Jan 2014 15:37:02 +0000 Subject: [PATCH] [SCRRUN] * Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61806 --- reactos/dll/win32/scrrun/filesystem.c | 1 + reactos/dll/win32/scrrun/scrrun_private.h | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/scrrun/filesystem.c b/reactos/dll/win32/scrrun/filesystem.c index 79c37c90684..9dcace63540 100644 --- a/reactos/dll/win32/scrrun/filesystem.c +++ b/reactos/dll/win32/scrrun/filesystem.c @@ -21,6 +21,7 @@ #include #include #include +#include struct folder { IFolder IFolder_iface; diff --git a/reactos/dll/win32/scrrun/scrrun_private.h b/reactos/dll/win32/scrrun/scrrun_private.h index 7801bcf5d7e..4fccf44d133 100644 --- a/reactos/dll/win32/scrrun/scrrun_private.h +++ b/reactos/dll/win32/scrrun/scrrun_private.h @@ -19,7 +19,7 @@ #ifndef _SCRRUN_PRIVATE_H_ #define _SCRRUN_PRIVATE_H_ -#include +#include #include @@ -31,13 +31,12 @@ #include #include +#include #include #include #include #include -#include - #include WINE_DEFAULT_DEBUG_CHANNEL(scrrun);