comparison Platforms/Generic/WebServiceGetCommand.h @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents e2fe9352f240
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
23 23
24 #include "IOracleCommand.h" 24 #include "IOracleCommand.h"
25 25
26 #include "../../Framework/Toolbox/IWebService.h" 26 #include "../../Framework/Toolbox/IWebService.h"
27 27
28 #include <Core/WebServiceParameters.h> 28 #include "../../Resources/Orthanc/Core/WebServiceParameters.h"
29 29
30 #include <memory> 30 #include <memory>
31 31
32 namespace OrthancStone 32 namespace OrthancStone
33 { 33 {