comparison Framework/Toolbox/OrientedBoundingBox.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 "OrientedBoundingBox.h" 22 #include "OrientedBoundingBox.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 #include <cassert> 28 #include <cassert>
29 29
30 namespace OrthancStone 30 namespace OrthancStone
31 { 31 {