X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=997001a0ff0e575e7730026e1dc6e1c9dd70a7f5;hb=e18676073c17ff376992fa2262a2fb12eedb4411;hp=cd173d27a0568678a6e5dde7fff942ae7b5588e5;hpb=5a6910a313a526514242a21b868c7186fca14168;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index cd173d27..997001a0 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -1,5 +1,5 @@ // gdcm.h - +//----------------------------------------------------------------------------- #ifndef GDCM_H #define GDCM_H @@ -20,15 +20,15 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" -#include "gdcmElValue.h" -#include "gdcmElValSet.h" +#include "gdcmParser.h" + +#include "gdcmHeaderEntry.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" -//#include "gdcmTS.h" -//#include "gdcmVR.h" -//#include "gdcmUtil.h" +#include "gdcmUtil.h" +//----------------------------------------------------------------------------- #endif // #ifndef GDCM_H