diff OrthancServer/Sources/Database/FindRequest.h @ 5591:043c8016ed6a find-refactoring

removing standalone OrthancServer/Sources/Search/LabelsConstraint.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 May 2024 18:30:29 +0200
parents 8b32213af23e
children 1e2631b8b9af
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindRequest.h	Fri May 03 18:17:53 2024 +0200
+++ b/OrthancServer/Sources/Database/FindRequest.h	Fri May 03 18:30:29 2024 +0200
@@ -23,11 +23,11 @@
 #pragma once
 
 #include "../../../OrthancFramework/Sources/DicomFormat/DicomTag.h"
+#include "../Search/DatabaseConstraint.h"
+#include "../Search/DicomTagConstraint.h"
+#include "../Search/ISqlLookupFormatter.h"
 #include "../ServerEnumerations.h"
 #include "OrthancIdentifiers.h"
-#include "../Search/DicomTagConstraint.h"
-#include "../Search/LabelsConstraint.h"
-#include "../Search/DatabaseConstraint.h"
 
 #include <deque>
 #include <map>