X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIODicomScanner.cpp;h=8f7dbc1d86f884867eae8a8ef318aaf8c1da0b2e;hb=3579beef5bd466705bc0431d7347d1150cdffe97;hp=8e71e83e9bee22de08fc2a5698a80ab41ba9598c;hpb=dd6cfbad206f1743fc7226c43b835b782c1f46ee;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