# HG changeset patch # User Sebastien Jodogne # Date 1495790600 -7200 # Node ID ea377c770ef41ebc5b3c116d2baeab2f88498c48 # Parent b340879da9bd2d8444c9373aa447d8d92fcb6c29 fix mainline build diff -r b340879da9bd -r ea377c770ef4 Applications/Sdl/SdlBuffering.cpp --- a/Applications/Sdl/SdlBuffering.cpp Thu Apr 27 14:50:20 2017 +0200 +++ b/Applications/Sdl/SdlBuffering.cpp Fri May 26 11:23:20 2017 +0200 @@ -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 { diff -r b340879da9bd -r ea377c770ef4 Applications/Sdl/SdlEngine.cpp --- a/Applications/Sdl/SdlEngine.cpp Thu Apr 27 14:50:20 2017 +0200 +++ b/Applications/Sdl/SdlEngine.cpp Fri May 26 11:23:20 2017 +0200 @@ -23,7 +23,7 @@ #if ORTHANC_ENABLE_SDL == 1 -#include "../../../Resources/Orthanc/Core/Logging.h" +#include "../../Resources/Orthanc/Core/Logging.h" #include diff -r b340879da9bd -r ea377c770ef4 Applications/Sdl/SdlWindow.cpp --- a/Applications/Sdl/SdlWindow.cpp Thu Apr 27 14:50:20 2017 +0200 +++ b/Applications/Sdl/SdlWindow.cpp Fri May 26 11:23:20 2017 +0200 @@ -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 {