]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirElement.cxx
about compile errors
[gdcm.git] / src / gdcmDicomDirElement.cxx
index e9558e9b0d6447f4760f2c275f086fdb8647c5e9..f0f82ed195fe3a2e061f6142ee1c146d7db4b331 100644 (file)
@@ -3,22 +3,12 @@
 #include <fstream>
 #include <stdio.h>    // For sprintf
 #include <iostream>
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
 
 #include "gdcmDicomDirElement.h"
 #include "gdcmUtil.h"
 #include "gdcmDebug.h"
 #include "gdcmDictSet.h"
 
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define DICT_ELEM "DicomDir.dic"
 
 /**
  * \ingroup gdcmDicomDirElement