From 68e2dba4392bc652faa5afc86da1917fd95d851a Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sun, 5 Jul 2015 13:22:39 -0700 Subject: [PATCH] Shuffle headers a bit --- Sources/Plasma/CoreLib/HeadSpin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Plasma/CoreLib/HeadSpin.cpp b/Sources/Plasma/CoreLib/HeadSpin.cpp index 530d7eb7..5dc94413 100644 --- a/Sources/Plasma/CoreLib/HeadSpin.cpp +++ b/Sources/Plasma/CoreLib/HeadSpin.cpp @@ -47,7 +47,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com # include #endif -#if defined(HS_DEBUGGING) && defined(HS_BUILD_FOR_LINUX) +#pragma hdrstop + +#if defined(HS_DEBUGGING) && defined(HS_BUILD_FOR_UNIX) # include # include # include @@ -58,8 +60,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com # include #endif -#pragma hdrstop - #include "hsTemplates.h" #include "plFormat.h"