From 74898aac8bf30b29bb0e33a3e74d0f5a0b71518e Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 14 Jan 2004 10:24:49 +0000 Subject: [PATCH] .h names updated --- src/Makefile.am | 4 ++-- src/gdcm.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" -- 2.45.1