diff OrthancFramework/Sources/PrecompiledHeaders.h @ 4273:0034f855c023

tuning log categories from command-line, and binary compat with orthanc framework 1.7.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Nov 2020 12:24:50 +0100
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/PrecompiledHeaders.h	Tue Nov 03 07:19:33 2020 +0100
+++ b/OrthancFramework/Sources/PrecompiledHeaders.h	Tue Nov 03 12:24:50 2020 +0100
@@ -48,8 +48,6 @@
 #include "Enumerations.h"
 #include "Logging.h"
 #include "OrthancException.h"
-#include "OrthancFramework.h"
-#include "Toolbox.h"
 
 #if ORTHANC_ENABLE_DCMTK == 1
 // Headers from DCMTK used in Orthanc headers 
@@ -60,8 +58,6 @@
 #endif
 
 #if ORTHANC_ENABLE_DCMTK_NETWORKING == 1
-#  include "DicomNetworking/DicomServer.h"
-
 // Headers from DCMTK used in Orthanc headers 
 #  include <dcmtk/dcmnet/dimse.h>
 #endif