Mercurial > hg > orthanc
diff OrthancServer/DefaultDicomImageDecoder.h @ 2382:7284093111b0
big reorganization to cleanly separate framework vs. server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Aug 2017 21:17:35 +0200 |
parents | a3a65de1840f |
children | 878b59270859 |
line wrap: on
line diff
--- a/OrthancServer/DefaultDicomImageDecoder.h Tue Aug 29 19:59:01 2017 +0200 +++ b/OrthancServer/DefaultDicomImageDecoder.h Tue Aug 29 21:17:35 2017 +0200 @@ -34,8 +34,8 @@ #pragma once #include "IDicomImageDecoder.h" -#include "ParsedDicomFile.h" -#include "Internals/DicomImageDecoder.h" +#include "../Core/DicomParsing/ParsedDicomFile.h" +#include "../Core/DicomParsing/Internals/DicomImageDecoder.h" namespace Orthanc {