summaryrefslogtreecommitdiffstats
path: root/source/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Globals.h12
1 files changed, 6 insertions, 6 deletions
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"