Mercurial > hg > orthanc-stone
changeset 196:fccffbf99ba1 wasm
integration mainline->wasm
line wrap: on
line diff
--- a/Applications/Sdl/SdlEngine.cpp Tue Mar 20 14:46:58 2018 +0100 +++ b/Applications/Sdl/SdlEngine.cpp Tue Mar 20 20:02:10 2018 +0100 @@ -24,7 +24,6 @@ #if ORTHANC_ENABLE_SDL == 1 #include <Core/Logging.h> - #include <SDL.h> namespace OrthancStone
--- a/Resources/Graveyard/Threading/SdlBuffering.cpp Tue Mar 20 14:46:58 2018 +0100 +++ b/Resources/Graveyard/Threading/SdlBuffering.cpp Tue Mar 20 20:02:10 2018 +0100 @@ -23,8 +23,8 @@ #if ORTHANC_ENABLE_SDL == 1 -#include "../../../Resources/Orthanc/Core/Logging.h" -#include "../../../Resources/Orthanc/Core/OrthancException.h" +#include "../../Resources/Orthanc/Core/Logging.h" +#include "../../Resources/Orthanc/Core/OrthancException.h" namespace OrthancStone {