diff Framework/Algorithms/ReconstructPyramidCommand.cpp @ 140:a0f9a3df1110

resort to Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 15:47:47 +0200
parents a51dee6a1515
children 32a94bbb7d05
line wrap: on
line diff
--- a/Framework/Algorithms/ReconstructPyramidCommand.cpp	Wed Apr 11 16:24:26 2018 +0200
+++ b/Framework/Algorithms/ReconstructPyramidCommand.cpp	Tue Apr 17 15:47:47 2018 +0200
@@ -23,9 +23,9 @@
 #include "ReconstructPyramidCommand.h"
 
 #include "../ImageToolbox.h"
-#include "../../Resources/Orthanc/Core/Logging.h"
-#include "../../Resources/Orthanc/Core/OrthancException.h"
-#include "../../Resources/Orthanc/Core/Images/Image.h"
+#include <Core/Logging.h>
+#include <Core/OrthancException.h>
+#include <Core/Images/Image.h>
 
 #include <cassert>