diff Framework/Deprecated/Toolbox/Slice.h @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 8a0a62189f46
children
line wrap: on
line diff
--- a/Framework/Deprecated/Toolbox/Slice.h	Sat Jun 06 11:04:04 2020 +0200
+++ b/Framework/Deprecated/Toolbox/Slice.h	Thu Jun 11 20:54:01 2020 +0200
@@ -24,8 +24,8 @@
 #include "../../Toolbox/CoordinateSystem3D.h"
 #include "DicomFrameConverter.h"
 
-#include <Core/DicomFormat/DicomImageInformation.h>
-#include <Core/IDynamicObject.h>
+#include <DicomFormat/DicomImageInformation.h>
+#include <IDynamicObject.h>
 
 namespace Deprecated
 {