comparison Framework/Volumes/StructureSetLoader.cpp @ 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
21 21
22 #include "StructureSetLoader.h" 22 #include "StructureSetLoader.h"
23 23
24 #include "../Toolbox/MessagingToolbox.h" 24 #include "../Toolbox/MessagingToolbox.h"
25 25
26 #include <Core/OrthancException.h> 26 #include "../../Resources/Orthanc/Core/OrthancException.h"
27 27
28 namespace OrthancStone 28 namespace OrthancStone
29 { 29 {
30 class StructureSetLoader::Operation : public Orthanc::IDynamicObject 30 class StructureSetLoader::Operation : public Orthanc::IDynamicObject
31 { 31 {