diff OrthancServer/UnitTestsSources/FileStorageTests.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/FileStorageTests.cpp	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancServer/UnitTestsSources/FileStorageTests.cpp	Wed Jun 10 21:27:31 2020 +0200
@@ -36,14 +36,14 @@
 
 #include <ctype.h>
 
-#include "../Core/FileStorage/FilesystemStorage.h"
-#include "../Core/FileStorage/StorageAccessor.h"
-#include "../Core/HttpServer/BufferHttpSender.h"
-#include "../Core/HttpServer/FilesystemHttpSender.h"
-#include "../Core/Logging.h"
-#include "../Core/OrthancException.h"
-#include "../Core/Toolbox.h"
-#include "../OrthancServer/ServerIndex.h"
+#include "../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h"
+#include "../../OrthancFramework/Sources/FileStorage/StorageAccessor.h"
+#include "../../OrthancFramework/Sources/HttpServer/BufferHttpSender.h"
+#include "../../OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h"
+#include "../../OrthancFramework/Sources/Logging.h"
+#include "../../OrthancFramework/Sources/OrthancException.h"
+#include "../../OrthancFramework/Sources/Toolbox.h"
+#include "../Sources/ServerIndex.h"
 
 using namespace Orthanc;