diff OrthancServer/ServerToolbox.cpp @ 3099:9c71abbff70f db-changes

removing build dependency on plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Jan 2019 16:13:16 +0100
parents 61da3c9b4121
children 94f4a18a79cc
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.cpp	Sun Jan 06 12:43:19 2019 +0100
+++ b/OrthancServer/ServerToolbox.cpp	Mon Jan 07 16:13:16 2019 +0100
@@ -39,8 +39,8 @@
 #include "../Core/FileStorage/StorageAccessor.h"
 #include "../Core/Logging.h"
 #include "../Core/OrthancException.h"
-#include "../Plugins/Engine/OrthancPlugins.h"
 #include "Database/IDatabaseWrapper.h"
+#include "Database/ResourcesContent.h"
 #include "ServerContext.h"
 
 #include <cassert>