comparison OrthancServer/Internals/CommandDispatcher.h @ 122:e759f777cb72

removal of some dcmtk includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2012 09:55:16 +0200
parents a70bb32802ae
children fe180eae201d
comparison
equal deleted inserted replaced
120:5af0a4345d06 122:e759f777cb72
21 #pragma once 21 #pragma once
22 22
23 #include "../DicomProtocol/DicomServer.h" 23 #include "../DicomProtocol/DicomServer.h"
24 #include "../../Core/MultiThreading/IRunnableBySteps.h" 24 #include "../../Core/MultiThreading/IRunnableBySteps.h"
25 25
26 #include <dcmtk/dcmnet/assoc.h>
27 #include <dcmtk/dcmnet/dimse.h> 26 #include <dcmtk/dcmnet/dimse.h>
28 27
29 namespace Orthanc 28 namespace Orthanc
30 { 29 {
31 namespace Internals 30 namespace Internals