comparison Framework/Applications/IBasicApplication.cpp @ 16:ff1e935768e7

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 20:06:52 +0100
parents 351ab0da0150
children 9aace933cb64
comparison
equal deleted inserted replaced
15:da2cf3ace87a 16:ff1e935768e7
30 **/ 30 **/
31 31
32 32
33 #include "IBasicApplication.h" 33 #include "IBasicApplication.h"
34 34
35 #include "../Orthanc/Core/Logging.h" 35 #include "../../Resources/Orthanc/Core/Logging.h"
36 #include "../Orthanc/Core/HttpClient.h" 36 #include "../../Resources/Orthanc/Core/HttpClient.h"
37 #include "../Messaging/CurlOrthancConnection.h" 37 #include "../Messaging/CurlOrthancConnection.h"
38 #include "Sdl/SdlEngine.h" 38 #include "Sdl/SdlEngine.h"
39 39
40 namespace OrthancStone 40 namespace OrthancStone
41 { 41 {