diff Framework/Algorithms/ReconstructPyramidCommand.cpp @ 192:f299c191cd76

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:41:22 +0200
parents e3cbf890b588
children a1c265cb2174
line wrap: on
line diff
--- a/Framework/Algorithms/ReconstructPyramidCommand.cpp	Tue Jun 09 07:29:21 2020 +0200
+++ b/Framework/Algorithms/ReconstructPyramidCommand.cpp	Thu Jun 11 07:41:22 2020 +0200
@@ -23,9 +23,9 @@
 #include "ReconstructPyramidCommand.h"
 
 #include "../ImageToolbox.h"
-#include <Core/Logging.h>
-#include <Core/OrthancException.h>
-#include <Core/Images/Image.h>
+#include <Logging.h>
+#include <OrthancException.h>
+#include <Images/Image.h>
 
 #include <cassert>