]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
declaration de dcm2acr
[gdcm.git] / src / gdcmElValue.cxx
index 3a8a7156929186f299ce44b58804f0d6e69705f6..ecd680f10c0f8b69095ceda3e3e5ae2995297cad 100644 (file)
@@ -1,12 +1,14 @@
 // gdcmElValue.cxx
 
-#include "gdcm.h"
+#include "gdcmElValue.h"
+
 
 /**
  * \ingroup gdcmElValue
  * \brief   Constructor from a given gdcmDictEntry
  * @param   in Pointer to existing dictionary entry
  */
+
 ElValue::ElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;