diff UnitTestsSources/TestStructureSet.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents faaff0a1711e
children
line wrap: on
line diff
--- a/UnitTestsSources/TestStructureSet.cpp	Sat Jun 06 11:04:04 2020 +0200
+++ b/UnitTestsSources/TestStructureSet.cpp	Thu Jun 11 20:54:01 2020 +0200
@@ -28,20 +28,19 @@
 #  pragma warning(disable: 4748)
 #endif
 
-#include "Framework/Toolbox/DicomStructureSetUtils.h"
-#include "Framework/Toolbox/DicomStructureSet2.h"
-#include "Framework/Toolbox/DisjointDataSet.h"
-
-#include "Framework/Loaders/GenericLoadersContext.h"
-#include "Framework/Loaders/DicomStructureSetLoader.h"
-#include "Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h"
+#include "../Framework/Loaders/DicomStructureSetLoader.h"
+#include "../Framework/Loaders/GenericLoadersContext.h"
+#include "../Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h"
+#include "../Framework/Toolbox/DicomStructureSet2.h"
+#include "../Framework/Toolbox/DicomStructureSetUtils.h"
+#include "../Framework/Toolbox/DisjointDataSet.h"
 
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/make_shared.hpp>
 
-#include <Core/SystemToolbox.h>
-
-#include "gtest/gtest.h"
+#include <SystemToolbox.h>
+
+#include <gtest/gtest.h>
 #include <string>
 
 using namespace Orthanc;