# HG changeset patch # User Sebastien Jodogne # Date 1478514798 -3600 # Node ID 2ecc95a239f70a5fde84183291bb3c90982beaca # Parent 7e8889bc95c69012e95216a80552ae07386e94cc cleaning up diff -r 7e8889bc95c6 -r 2ecc95a239f7 OrthancServer/OrthancRestApi/OrthancRestResources.cpp --- 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 diff -r 7e8889bc95c6 -r 2ecc95a239f7 OrthancServer/ServerContext.cpp --- 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 diff -r 7e8889bc95c6 -r 2ecc95a239f7 OrthancServer/ServerContext.h --- 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 #include diff -r 7e8889bc95c6 -r 2ecc95a239f7 OrthancServer/ServerIndex.cpp --- 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 #include diff -r 7e8889bc95c6 -r 2ecc95a239f7 OrthancServer/ServerToolbox.cpp --- 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