changeset 2122:2ecc95a239f7

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 11:33:18 +0100
parents 7e8889bc95c6
children 1cf093cbdad8
files OrthancServer/OrthancRestApi/OrthancRestResources.cpp OrthancServer/ServerContext.cpp OrthancServer/ServerContext.h OrthancServer/ServerIndex.cpp OrthancServer/ServerToolbox.cpp
diffstat 5 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Nov 07 11:28:12 2016 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp	Mon Nov 07 11:33:18 2016 +0100
@@ -40,6 +40,7 @@
 #include "../ServerContext.h"
 #include "../SliceOrdering.h"
 #include "../Internals/DicomImageDecoder.h"
+#include "../Search/LookupResource.h"
 
 
 namespace Orthanc
--- a/OrthancServer/ServerContext.cpp	Mon Nov 07 11:28:12 2016 +0100
+++ b/OrthancServer/ServerContext.cpp	Mon Nov 07 11:33:18 2016 +0100
@@ -52,6 +52,7 @@
 #include "Scheduler/StorePeerCommand.h"
 #include "OrthancRestApi/OrthancRestApi.h"
 #include "../Plugins/Engine/OrthancPlugins.h"
+#include "Search/LookupResource.h"
 
 
 #define ENABLE_DICOM_CACHE  1
--- a/OrthancServer/ServerContext.h	Mon Nov 07 11:28:12 2016 +0100
+++ b/OrthancServer/ServerContext.h	Mon Nov 07 11:33:18 2016 +0100
@@ -47,7 +47,6 @@
 #include "Scheduler/ServerScheduler.h"
 #include "ServerIndex.h"
 #include "OrthancHttpHandler.h"
-#include "Search/LookupResource.h"
 
 #include <boost/filesystem.hpp>
 #include <boost/thread.hpp>
--- a/OrthancServer/ServerIndex.cpp	Mon Nov 07 11:28:12 2016 +0100
+++ b/OrthancServer/ServerIndex.cpp	Mon Nov 07 11:33:18 2016 +0100
@@ -45,12 +45,11 @@
 #include "../Core/Logging.h"
 #include "../Core/Uuid.h"
 #include "../Core/DicomFormat/DicomArray.h"
-#include "Search/LookupIdentifierQuery.h"
-#include "Search/LookupResource.h"
 
 #include "FromDcmtkBridge.h"
 #include "ServerContext.h"
 #include "DicomInstanceToStore.h"
+#include "Search/LookupResource.h"
 
 #include <boost/lexical_cast.hpp>
 #include <stdio.h>
--- a/OrthancServer/ServerToolbox.cpp	Mon Nov 07 11:28:12 2016 +0100
+++ b/OrthancServer/ServerToolbox.cpp	Mon Nov 07 11:33:18 2016 +0100
@@ -38,7 +38,6 @@
 #include "../Core/Logging.h"
 #include "../Core/OrthancException.h"
 #include "ParsedDicomFile.h"
-#include "Search/LookupIdentifierQuery.h"
 
 #include <cassert>