From: frog Date: Tue, 1 Jul 2003 15:14:35 +0000 (+0000) Subject: * src/gdcmHeader.h doesn't make unnecessary reference to X-Git-Tag: Version0.3~18 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=376c6f32b2c8363692a44c3e44aef6ed5203816f;p=gdcm.git * src/gdcmHeader.h doesn't make unnecessary reference to gdcmUtil.h anymore. --- diff --git a/AUTHORS b/AUTHORS index e69de29b..f84547f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,5 @@ +Jean-Pierre Roux +Benoit Regrain +Emmanuel Olart +Leonardo Florez +Frog diff --git a/ChangeLog b/ChangeLog index f020c6d8..e9a71ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2003-07-01 Eric Boix + * src/gdcmHeader.h doesn't make unnecessary reference to + gdcmUtil.h anymore. * gdcmPython/Makefile.am now avoids calling the wrappers for the clean target. * src/gdcm*.[cxx|h] : diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index aeae71a5..ac2f6363 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -1,11 +1,12 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.30 2003/07/01 09:29:56 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.31 2003/07/01 15:14:36 frog Exp $ #ifndef GDCMHEADER_H #define GDCMHEADER_H #include #include "gdcmCommon.h" -#include "gdcmUtil.h" +#include "gdcmVR.h" +#include "gdcmTS.h" #include "gdcmException.h" #include "gdcmDictSet.h" #include "gdcmElValue.h"