diff Applications/Samples/Sdl/SdlHelpers.h @ 1591:5887a4f8594b

moving platform-specific files out of the "OrthancStone" folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 13:15:03 +0200
parents 6e0da8370270
children 4fb8fdf03314
line wrap: on
line diff
--- a/Applications/Samples/Sdl/SdlHelpers.h	Thu Oct 22 18:39:03 2020 +0200
+++ b/Applications/Samples/Sdl/SdlHelpers.h	Fri Oct 23 13:15:03 2020 +0200
@@ -25,7 +25,7 @@
 # error This file cannot be used if ORTHANC_ENABLE_SDL != 1
 #endif
 
-#include "../../../OrthancStone/Sources/Viewport/SdlViewport.h"
+#include "../../Platforms/Sdl/SdlViewport.h"
 
 #include <boost/shared_ptr.hpp>