From: jpr Date: Wed, 14 Jan 2004 10:24:49 +0000 (+0000) Subject: .h names updated X-Git-Tag: Version0.3.1~2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=74898aac8bf30b29bb0e33a3e74d0f5a0b71518e;p=gdcm.git .h names updated --- diff --git a/src/Makefile.am b/src/Makefile.am index 68883906..3aa620c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,8 +41,8 @@ libgdcminclude_HEADERS = \ gdcmDictSet.h \ gdcmDict.h \ gdcmDictEntry.h \ - gdcmElValue.h \ - gdcmElValSet.h \ + gdcmHeaderEntry.h \ + gdcmHeaderEntrySet.h \ gdcmVR.h \ gdcmTS.h \ gdcmFile.h diff --git a/src/gdcm.h b/src/gdcm.h index 250b76e5..1763c29a 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -20,8 +20,8 @@ #include "gdcmDict.h" #include "gdcmDictSet.h" -#include "gdcmElValue.h" -#include "gdcmElValSet.h" +#include "gdcmHeaderEntry.h" +#include "gdcmHedaerEntrySet.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h"