]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.cxx
Sub-minor std-related fixes... Jpr+Frog
[gdcm.git] / src / gdcmHeaderEntry.cxx
index cdb3522e988b27557296cdc71f00b173bffbbff9..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, ...
 
 
@@ -104,7 +98,7 @@ void gdcmHeaderEntry::Print(std::ostream & os) {
          s << " [gdcm::too long for print (" << GetLength() << ") ]";
    }
    
-   // Display the UID value (instead of displaying the rough code)  
+   // Display the UID value (instead of displaying only the rough code)  
    if (g == 0x0002) {  // Any more to be displayed ?
       if ( (e == 0x0010) || (e == 0x0002) )
          s << "  ==>\t[" << ts->GetValue(v) << "]";