X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIODicomScanner.cpp;h=8f7dbc1d86f884867eae8a8ef318aaf8c1da0b2e;hb=f5357d5e24ce935ff82ebb98d21dc95185c3528e;hp=8e71e83e9bee22de08fc2a5698a80ab41ba9598c;hpb=42cd1f59493627931b5068f3dceb401abc4b8c4c;p=creaImageIO.git diff --git a/src/creaImageIODicomScanner.cpp b/src/creaImageIODicomScanner.cpp index 8e71e83..8f7dbc1 100644 --- a/src/creaImageIODicomScanner.cpp +++ b/src/creaImageIODicomScanner.cpp @@ -26,22 +26,15 @@ */ #include -#include "creaImageIOSystem.h" + #include #include "boost/algorithm/string.hpp" - - - -#include #include "boost/filesystem/path.hpp" -#include -#include -#include -#include - #include - +#if defined(_WIN32) +#pragma warning(disable: 4996) +#endif #ifdef _DEBUG #define new DEBUG_NEW