comparison Framework/Toolbox/SlicesSorter.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents 0a73d76333db
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
21 21
22 #include "SlicesSorter.h" 22 #include "SlicesSorter.h"
23 23
24 #include "GeometryToolbox.h" 24 #include "GeometryToolbox.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 SlicesSorter::SliceWithDepth : public boost::noncopyable 30 class SlicesSorter::SliceWithDepth : public boost::noncopyable
31 { 31 {