diff Framework/Plugins/ISqlLookupFormatter.cpp @ 548:25005693297b

removed unnecessary macro ORTHANC_BUILDING_SERVER_LIBRARY
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Sep 2024 13:22:44 +0200
parents b8e6e7a19424
children 9ed9a91bde33 1a23f1ce3b98
line wrap: on
line diff
--- a/Framework/Plugins/ISqlLookupFormatter.cpp	Mon Sep 09 13:18:35 2024 +0200
+++ b/Framework/Plugins/ISqlLookupFormatter.cpp	Mon Sep 09 13:22:44 2024 +0200
@@ -28,25 +28,12 @@
  **/
 
 
-#if !defined(ORTHANC_BUILDING_SERVER_LIBRARY)
-#  error Macro ORTHANC_BUILDING_SERVER_LIBRARY must be defined
-#endif
-
-#if ORTHANC_BUILDING_SERVER_LIBRARY == 1
-#  include "../PrecompiledHeadersServer.h"
-#endif
-
 #include "ISqlLookupFormatter.h"
 
-#if ORTHANC_BUILDING_SERVER_LIBRARY == 1
-#  include "../../../OrthancFramework/Sources/OrthancException.h"
-#  include "../../../OrthancFramework/Sources/Toolbox.h"
-#else
-#  include <OrthancException.h>
-#  include <Toolbox.h>
-#endif
+#include "DatabaseConstraint.h"
 
-#include "DatabaseConstraint.h"
+#include <OrthancException.h>
+#include <Toolbox.h>
 
 #include <cassert>
 #include <boost/lexical_cast.hpp>