diff OrthancServer/ServerContext.h @ 3095:beeeb6096f27 db-changes

removing dependencies upon ServerContext
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 18:22:25 +0100
parents c829758b9ca0
children ac72032d69a2
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Sat Jan 05 17:52:24 2019 +0100
+++ b/OrthancServer/ServerContext.h	Sat Jan 05 18:22:25 2019 +0100
@@ -40,8 +40,6 @@
 #include "ServerIndex.h"
 
 #include "../Core/Cache/MemoryCache.h"
-#include "../Core/Cache/SharedArchive.h"
-#include "../Core/DicomParsing/ParsedDicomFile.h"
 #include "../Core/FileStorage/IStorageArea.h"
 #include "../Core/JobsEngine/JobsEngine.h"
 #include "../Core/JobsEngine/SetOfInstancesJob.h"
@@ -55,6 +53,8 @@
 namespace Orthanc
 {
   class OrthancPlugins;
+  class ParsedDicomFile;
+  class SharedArchive;
   
   /**
    * This class is responsible for maintaining the storage area on the