From 7abb5f7604bb9a0a716e89f3b27e330b016a38b9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 21:23:33 +0000 Subject: Source files cleanup: OSSupport-related files in a separate subfolder, renamed. git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Globals.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/Globals.h') diff --git a/source/Globals.h b/source/Globals.h index 1a4a361ee..f8d3a7bbc 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -163,12 +163,12 @@ typedef short Int16; // Common headers (part 1, without macros): #include "StringUtils.h" -#include "cSleep.h" -#include "cCriticalSection.h" -#include "cSemaphore.h" -#include "cEvent.h" -#include "cThread.h" -#include "cFile.h" +#include "OSSupport/Sleep.h" +#include "OSSupport/CriticalSection.h" +#include "OSSupport/Semaphore.h" +#include "OSSupport/Event.h" +#include "OSSupport/Thread.h" +#include "OSSupport/File.h" #include "cMCLogger.h" -- cgit v1.2.3