diff UnitTestsSources/UnitTestsMain.cpp @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 09421764214b
children a92e96943496
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Tue Jun 02 11:16:30 2015 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Tue Jun 02 11:40:05 2015 +0200
@@ -24,10 +24,10 @@
 static int argc_;
 static char** argv_;
 
-#include "../Orthanc/OrthancException.h"
-#include "../Orthanc/Toolbox.h"
-#include "../Orthanc/ImageFormats/ImageBuffer.h"
-#include "../Orthanc/ImageFormats/PngWriter.h"
+#include "../Orthanc/Core/OrthancException.h"
+#include "../Orthanc/Core/Toolbox.h"
+#include "../Orthanc/Core/ImageFormats/ImageBuffer.h"
+#include "../Orthanc/Core/ImageFormats/PngWriter.h"
 #include "../Plugin/Cache/CacheManager.h"
 #include "../Plugin/Cache/CacheScheduler.h"
 #include "../Plugin/Cache/ICacheFactory.h"