Mercurial > hg > orthanc-stone
changeset 84:ea377c770ef4
fix mainline build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 26 May 2017 11:23:20 +0200 |
parents | b340879da9bd |
children | 4cff7b1ed31d |
files | Applications/Sdl/SdlBuffering.cpp Applications/Sdl/SdlEngine.cpp Applications/Sdl/SdlWindow.cpp |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 {
--- 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 <SDL.h>
--- 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 {