From ef7c130e5b08a926c6557643c43ffca64ea01257 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 13 Jan 2014 13:03:08 +0000 Subject: [PATCH] [EXPLORER] * Remove one time shlwapi.h inclusion from the main header and put them back where it belongs. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61610 --- reactos/base/shell/explorer/explorer.cpp | 1 + reactos/base/shell/explorer/precomp.h | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/base/shell/explorer/explorer.cpp b/reactos/base/shell/explorer/explorer.cpp index be15d96d98f..db931cb8f05 100644 --- a/reactos/base/shell/explorer/explorer.cpp +++ b/reactos/base/shell/explorer/explorer.cpp @@ -30,6 +30,7 @@ #include // instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree +#include #include // for setlocale() #ifndef __WINE__ diff --git a/reactos/base/shell/explorer/precomp.h b/reactos/base/shell/explorer/precomp.h index 0d05450ae49..cb8b740431b 100644 --- a/reactos/base/shell/explorer/precomp.h +++ b/reactos/base/shell/explorer/precomp.h @@ -28,10 +28,12 @@ #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 1 +#include + #define WIN32_NO_STATUS #define _INC_WINDOWS #define COM_NO_WINDOWS_H -#include + #include #include #include @@ -39,7 +41,6 @@ #include #include #include -#include #include "utility/utility.h"