comparison Applications/IBasicApplication.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents fccffbf99ba1
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
22 #include "IBasicApplication.h" 22 #include "IBasicApplication.h"
23 23
24 #include "../Framework/Toolbox/MessagingToolbox.h" 24 #include "../Framework/Toolbox/MessagingToolbox.h"
25 #include "Sdl/SdlEngine.h" 25 #include "Sdl/SdlEngine.h"
26 26
27 #include <Core/Logging.h> 27 #include "../Resources/Orthanc/Core/Logging.h"
28 #include <Core/HttpClient.h> 28 #include "../Resources/Orthanc/Core/HttpClient.h"
29 #include <Plugins/Samples/Common/OrthancHttpConnection.h> 29 #include "../Resources/Orthanc/Plugins/Samples/Common/OrthancHttpConnection.h"
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {
33 // Anonymous namespace to avoid clashes against other compilation modules 33 // Anonymous namespace to avoid clashes against other compilation modules
34 namespace 34 namespace