diff UnitTestsSources/UnitTestsMain.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents fcec0ab44054
children e66b2c757790
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Wed Sep 20 14:37:08 2017 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Wed Sep 20 15:32:32 2017 +0200
@@ -22,19 +22,19 @@
 #include "../Framework/dev.h"
 #include "gtest/gtest.h"
 
-#include "../Platforms/Generic/OracleWebService.h"
+#include "../Framework/Layers/FrameRenderer.h"
+#include "../Framework/Layers/LayerSourceBase.h"
+#include "../Framework/Toolbox/DownloadStack.h"
 #include "../Framework/Toolbox/OrthancSlicesLoader.h"
-#include "../Resources/Orthanc/Core/HttpClient.h"
-#include "../Resources/Orthanc/Core/Logging.h"
-#include "../Resources/Orthanc/Core/MultiThreading/SharedMessageQueue.h"
-#include "../Resources/Orthanc/Core/OrthancException.h"
-
 #include "../Framework/Volumes/ImageBuffer3D.h"
 #include "../Framework/Volumes/SlicedVolumeBase.h"
-#include "../Framework/Toolbox/DownloadStack.h"
-#include "../Framework/Layers/LayerSourceBase.h"
-#include "../Framework/Layers/FrameRenderer.h"
-#include "../Resources/Orthanc/Core/Images/ImageProcessing.h"
+#include "../Platforms/Generic/OracleWebService.h"
+
+#include <Core/HttpClient.h>
+#include <Core/Images/ImageProcessing.h>
+#include <Core/Logging.h>
+#include <Core/MultiThreading/SharedMessageQueue.h>
+#include <Core/OrthancException.h>
 
 #include <boost/lexical_cast.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>