comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1565:b8b4cb58a874

removed unnecessary include
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:19:48 +0200
parents e731e62692a9
children 32e0c007789d
comparison
equal deleted inserted replaced
1564:e731e62692a9 1565:b8b4cb58a874
54 54
55 55
56 // Orthanc framework includes 56 // Orthanc framework includes
57 #include <Cache/MemoryObjectCache.h> 57 #include <Cache/MemoryObjectCache.h>
58 #include <DicomFormat/DicomArray.h> 58 #include <DicomFormat/DicomArray.h>
59 #include <DicomParsing/Internals/DicomImageDecoder.h>
60 #include <DicomParsing/ParsedDicomFile.h> 59 #include <DicomParsing/ParsedDicomFile.h>
61 #include <Images/Image.h> 60 #include <Images/Image.h>
62 #include <Images/ImageProcessing.h> 61 #include <Images/ImageProcessing.h>
63 #include <Images/JpegReader.h> 62 #include <Images/JpegReader.h>
64 #include <Logging.h> 63 #include <Logging.h>