]> Creatis software - gdcm.git/commitdiff
* src/gdcmHeader.h doesn't make unnecessary reference to
authorfrog <frog>
Tue, 1 Jul 2003 15:14:35 +0000 (15:14 +0000)
committerfrog <frog>
Tue, 1 Jul 2003 15:14:35 +0000 (15:14 +0000)
        gdcmUtil.h anymore.

AUTHORS
ChangeLog
src/gdcmHeader.h

diff --git a/AUTHORS b/AUTHORS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f84547f0dd8dd1ff44e4b0028ad1f2e6f827822f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,5 @@
+Jean-Pierre Roux
+Benoit Regrain
+Emmanuel Olart
+Leonardo Florez
+Frog
index f020c6d862a7341cac36685c9f68af58fb304c8c..e9a71ba2269cbc58a332d3ea8c55253876417e91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 2003-07-01  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * 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] :
index aeae71a5301cf05b95a194c23255852e7356865b..ac2f63633e036c5b0009ec8b2f90ac439c618104 100644 (file)
@@ -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 <map>
 #include "gdcmCommon.h"
-#include "gdcmUtil.h"
+#include "gdcmVR.h"
+#include "gdcmTS.h"
 #include "gdcmException.h"
 #include "gdcmDictSet.h"
 #include "gdcmElValue.h"