# HG changeset patch # User Sebastien Jodogne # Date 1349423716 -7200 # Node ID e759f777cb726e8edf2d0612f3b79d052b48b18c # Parent 5af0a4345d06cdb45eb9cd5af2f9b7db53dfb3be removal of some dcmtk includes diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/DicomProtocol/DicomUserConnection.cpp --- a/OrthancServer/DicomProtocol/DicomUserConnection.cpp Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/DicomProtocol/DicomUserConnection.cpp Fri Oct 05 09:55:16 2012 +0200 @@ -24,8 +24,6 @@ #include "../ToDcmtkBridge.h" #include "../FromDcmtkBridge.h" -#include -#include #include #include #include diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/FromDcmtkBridge.cpp --- a/OrthancServer/FromDcmtkBridge.cpp Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/FromDcmtkBridge.cpp Fri Oct 05 09:55:16 2012 +0200 @@ -37,10 +37,8 @@ #include #include -#include #include #include -#include #include #include #include diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/CommandDispatcher.h --- a/OrthancServer/Internals/CommandDispatcher.h Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/CommandDispatcher.h Fri Oct 05 09:55:16 2012 +0200 @@ -23,7 +23,6 @@ #include "../DicomProtocol/DicomServer.h" #include "../../Core/MultiThreading/IRunnableBySteps.h" -#include #include namespace Orthanc diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/FindScp.cpp --- a/OrthancServer/Internals/FindScp.cpp Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/FindScp.cpp Fri Oct 05 09:55:16 2012 +0200 @@ -24,11 +24,6 @@ #include "../ToDcmtkBridge.h" #include "../../Core/OrthancException.h" -#include -#include -#include -#include -#include #include diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/FindScp.h --- a/OrthancServer/Internals/FindScp.h Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/FindScp.h Fri Oct 05 09:55:16 2012 +0200 @@ -22,7 +22,6 @@ #include "../DicomProtocol/IFindRequestHandler.h" -#include #include namespace Orthanc diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/MoveScp.cpp --- a/OrthancServer/Internals/MoveScp.cpp Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/MoveScp.cpp Fri Oct 05 09:55:16 2012 +0200 @@ -26,11 +26,6 @@ #include "../ToDcmtkBridge.h" #include "../../Core/OrthancException.h" -#include -#include -#include -#include -#include #include diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/MoveScp.h --- a/OrthancServer/Internals/MoveScp.h Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/MoveScp.h Fri Oct 05 09:55:16 2012 +0200 @@ -22,7 +22,6 @@ #include "../DicomProtocol/IMoveRequestHandler.h" -#include #include namespace Orthanc diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/Internals/StoreScp.h --- a/OrthancServer/Internals/StoreScp.h Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/Internals/StoreScp.h Fri Oct 05 09:55:16 2012 +0200 @@ -22,7 +22,6 @@ #include "../DicomProtocol/IStoreRequestHandler.h" -#include #include namespace Orthanc diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/ToDcmtkBridge.cpp --- a/OrthancServer/ToDcmtkBridge.cpp Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/ToDcmtkBridge.cpp Fri Oct 05 09:55:16 2012 +0200 @@ -21,7 +21,6 @@ #include "ToDcmtkBridge.h" #include -#include #include diff -r 5af0a4345d06 -r e759f777cb72 OrthancServer/ToDcmtkBridge.h --- a/OrthancServer/ToDcmtkBridge.h Thu Oct 04 18:00:21 2012 +0200 +++ b/OrthancServer/ToDcmtkBridge.h Fri Oct 05 09:55:16 2012 +0200 @@ -23,7 +23,6 @@ #include "../Core/DicomFormat/DicomMap.h" #include - namespace Orthanc { class ToDcmtkBridge