From aa13342d41ae7e66f81739ec3c54a1e347a2e65d Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 25 Jul 2023 07:02:29 +0100 Subject: [PATCH] Revert "Update semaphore.cpp" This reverts commit 88691a7a87584005c6c5e06ed5ea038ee82cf7c7. --- Engine/source/platformSDL/threads/semaphore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine/source/platformSDL/threads/semaphore.cpp b/Engine/source/platformSDL/threads/semaphore.cpp index fc6dec817..af9141e87 100644 --- a/Engine/source/platformSDL/threads/semaphore.cpp +++ b/Engine/source/platformSDL/threads/semaphore.cpp @@ -22,8 +22,8 @@ #include "platform/platformAssert.h" #include "platform/threads/semaphore.h" -#include -#include +#include +#include class PlatformSemaphore {