]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.cxx
ENH: Remove redundancie about GDCM_DICT stuff, now we only need to modify
[gdcm.git] / src / gdcmVR.cxx
index 536aea3695acd93c8094f62f478bc1e74642b408..9a7091686fa497306cc87d39d2643d6e5f22e3cc 100644 (file)
@@ -3,23 +3,12 @@
 #include <fstream>
 
 #include <iostream>
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
 
 #include "gdcmVR.h"
 #include "gdcmUtil.h"
 #include "gdcmDictSet.h"
 #include "gdcmDebug.h"
 
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define DICT_VR "dicomVR.dic"
-
 //-----------------------------------------------------------------------------
 /**
  * \brief Constructor