comparison Framework/Loaders/DicomResourcesLoader.h @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 0ca50d275b9a
children 28c64c246312
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
25 # error The macro ORTHANC_ENABLE_DCMTK must be defined 25 # error The macro ORTHANC_ENABLE_DCMTK must be defined
26 #endif 26 #endif
27 27
28 #if ORTHANC_ENABLE_DCMTK == 1 28 #if ORTHANC_ENABLE_DCMTK == 1
29 # include "../Oracle/ParseDicomFromFileCommand.h" 29 # include "../Oracle/ParseDicomFromFileCommand.h"
30 # include <Core/DicomParsing/ParsedDicomDir.h> 30 # include <DicomParsing/ParsedDicomDir.h>
31 #endif 31 #endif
32 32
33 #include "../Oracle/HttpCommand.h" 33 #include "../Oracle/HttpCommand.h"
34 #include "../Oracle/OracleCommandExceptionMessage.h" 34 #include "../Oracle/OracleCommandExceptionMessage.h"
35 #include "../Oracle/OrthancRestApiCommand.h" 35 #include "../Oracle/OrthancRestApiCommand.h"