X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcm.h;h=bae51665f76ae44ed824521fd8d5cca66861acd0;hb=9a8932b74aab77d55d7b478b1996611c7d588daa;hp=250b76e5da3e0aa29c661a29ab9359b1f2f9dd9d;hpb=06c1c583239fdf5196260e6ef83a78669c1bd17f;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 250b76e5..bae51665 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -3,7 +3,7 @@ #ifndef GDCM_H #define GDCM_H -//////////////////////////////////////////////////////////////////////////// +//----------------------------------------------------------------------------- // Tag based hash tables. // We shall use as keys the strings (as the C++ type) obtained by // concatenating the group value and the element value (both of type @@ -20,12 +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 "gdcmUtil.h" + //----------------------------------------------------------------------------- -#endif // #ifndef GDCM_H +#endif