comparison OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp @ 4062:0953b3dc3261 framework

pretty-printing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:38:31 +0200
parents 05b8fd21089c
children e00f3d089991
comparison
equal deleted inserted replaced
4061:496e07123e37 4062:0953b3dc3261
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 # include <OrthancFramework.h> 35 # include <OrthancFramework.h>
36 #endif 36 #endif
37 37
38 #include "gtest/gtest.h" 38 #include <gtest/gtest.h>
39
40 #include "../Sources/DicomParsing/Internals/DicomImageDecoder.h"
41 39
42 #if ORTHANC_ENABLE_JPEG_LOSSLESS == 1 40 #if ORTHANC_ENABLE_JPEG_LOSSLESS == 1
43 41
44 #include <dcmtk/dcmdata/dcfilefo.h> 42 #include "../Sources/DicomParsing/Internals/DicomImageDecoder.h"
45
46 #include "../Sources/DicomParsing/ParsedDicomFile.h" 43 #include "../Sources/DicomParsing/ParsedDicomFile.h"
47 #include "../Sources/OrthancException.h"
48 #include "../Sources/Images/ImageBuffer.h" 44 #include "../Sources/Images/ImageBuffer.h"
49 #include "../Sources/Images/PngWriter.h" 45 #include "../Sources/Images/PngWriter.h"
46 #include "../Sources/OrthancException.h"
47
48 #include <dcmtk/dcmdata/dcfilefo.h>
50 49
51 using namespace Orthanc; 50 using namespace Orthanc;
52 51
53 52
54 53