]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.cxx
ENH: Remove redundancie about GDCM_DICT stuff, now we only need to modify
[gdcm.git] / src / gdcmHeaderEntry.cxx
index fef886cbf9eb9ce432c3ce17a1be11d991ddc9d0..b445b624d4a6f70fcf3cedf2215c9bfb43a43833 100644 (file)
@@ -6,12 +6,6 @@
 #include "gdcmGlobal.h"
 #include "gdcmUtil.h"
 
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
 #include <iomanip> // for std::ios::left, ...