Bläddra i källkod

Revert "Update semaphore.cpp"

This reverts commit 88691a7a87584005c6c5e06ed5ea038ee82cf7c7.
marauder2k7 2 år sedan
förälder
incheckning
aa13342d41
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Engine/source/platformSDL/threads/semaphore.cpp

+ 2 - 2
Engine/source/platformSDL/threads/semaphore.cpp

@@ -22,8 +22,8 @@
 
 #include "platform/platformAssert.h"
 #include "platform/threads/semaphore.h"
-#include <sdl/include/SDL.h>
-#include <sdl/include/SDL_thread.h>
+#include <SDL.h>
+#include <SDL_thread.h>
 
 class PlatformSemaphore
 {