diff Applications/Sdl/SdlBuffering.cpp @ 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
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
 {