Browse Source

Shuffle headers a bit

Michael Hansen 10 years ago
parent
commit
68e2dba439
  1. 6
      Sources/Plasma/CoreLib/HeadSpin.cpp

6
Sources/Plasma/CoreLib/HeadSpin.cpp

@ -47,7 +47,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
# include <crtdbg.h> # include <crtdbg.h>
#endif #endif
#if defined(HS_DEBUGGING) && defined(HS_BUILD_FOR_LINUX) #pragma hdrstop
#if defined(HS_DEBUGGING) && defined(HS_BUILD_FOR_UNIX)
# include <cstring> # include <cstring>
# include <sys/stat.h> # include <sys/stat.h>
# include <fcntl.h> # include <fcntl.h>
@ -58,8 +60,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
# include <signal.h> # include <signal.h>
#endif #endif
#pragma hdrstop
#include "hsTemplates.h" #include "hsTemplates.h"
#include "plFormat.h" #include "plFormat.h"

Loading…
Cancel
Save