]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.cxx
ENH: Remove redundancie about GDCM_DICT stuff, now we only need to modify
[gdcm.git] / src / gdcmDirList.cxx
index f49c0ba92c0168caa0fa2b42137ca15558fefaf3..265f4b4f68891f11558f3b816b32fe85e3e4c294 100644 (file)
@@ -6,13 +6,6 @@
 #include <iostream>
 #include <algorithm>
 
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-   #include <strstream>
-   #define  ostringstream ostrstream
-#else
-   #include <sstream>
-#endif
-
 #ifdef _MSC_VER 
    #include <windows.h> 
    #include <direct.h>