diff 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
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp	Thu Jun 11 14:31:30 2020 +0200
+++ b/OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp	Thu Jun 11 14:38:31 2020 +0200
@@ -35,18 +35,17 @@
 #  include <OrthancFramework.h>
 #endif
 
-#include "gtest/gtest.h"
-
-#include "../Sources/DicomParsing/Internals/DicomImageDecoder.h"
+#include <gtest/gtest.h>
 
 #if ORTHANC_ENABLE_JPEG_LOSSLESS == 1
 
-#include <dcmtk/dcmdata/dcfilefo.h>
-
+#include "../Sources/DicomParsing/Internals/DicomImageDecoder.h"
 #include "../Sources/DicomParsing/ParsedDicomFile.h"
-#include "../Sources/OrthancException.h"
 #include "../Sources/Images/ImageBuffer.h"
 #include "../Sources/Images/PngWriter.h"
+#include "../Sources/OrthancException.h"
+
+#include <dcmtk/dcmdata/dcfilefo.h>
 
 using namespace Orthanc;