]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIODicomScanner.cpp
Bug #1963
[creaImageIO.git] / src / creaImageIODicomScanner.cpp
index 8e71e83e9bee22de08fc2a5698a80ab41ba9598c..8f7dbc1d86f884867eae8a8ef318aaf8c1da0b2e 100644 (file)
 */
 
 #include <creaImageIODicomScanner.h>
-#include "creaImageIOSystem.h"
+
 #include <boost/filesystem.hpp>
 #include "boost/algorithm/string.hpp"
-
-
-
-#include <creaImageIOSystem.h>
 #include "boost/filesystem/path.hpp"
 
-#include <creaImageIOTreeAttributeDescriptor.h>
-#include <vtkStringArray.h>
-#include <creaImageIOGimmick.h>
-#include <gdcmDirectory.h>
-
 #include <fstream>
-
+#if defined(_WIN32)
+#pragma warning(disable: 4996)
+#endif
 
 #ifdef _DEBUG
 #define new DEBUG_NEW