diff Framework/Toolbox/ImageGeometry.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents 46cb2eedc2e0
children 5412adf19980
line wrap: on
line diff
--- a/Framework/Toolbox/ImageGeometry.cpp	Fri Mar 23 11:04:03 2018 +0100
+++ b/Framework/Toolbox/ImageGeometry.cpp	Fri Mar 23 11:59:22 2018 +0100
@@ -24,8 +24,8 @@
 #include "Extent2D.h"
 #include "SubpixelReader.h"
 
-#include <Core/Images/ImageProcessing.h>
-#include <Core/Logging.h>
+#include "../../Resources/Orthanc/Core/Images/ImageProcessing.h"
+#include "../../Resources/Orthanc/Core/Logging.h"
 
 
 namespace OrthancStone