diff Framework/Toolbox/GeometryToolbox.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents 28956ed68280
children a4d0b6c82b29
line wrap: on
line diff
--- a/Framework/Toolbox/GeometryToolbox.cpp	Wed Sep 20 14:37:08 2017 +0200
+++ b/Framework/Toolbox/GeometryToolbox.cpp	Wed Sep 20 15:32:32 2017 +0200
@@ -21,9 +21,9 @@
 
 #include "GeometryToolbox.h"
 
-#include "../../Resources/Orthanc/Core/Logging.h"
-#include "../../Resources/Orthanc/Core/OrthancException.h"
-#include "../../Resources/Orthanc/Core/Toolbox.h"
+#include <Core/Logging.h>
+#include <Core/OrthancException.h>
+#include <Core/Toolbox.h>
 
 #include <stdio.h>
 #include <boost/lexical_cast.hpp>