]> Creatis software - gdcm.git/blobdiff - src/gdcm.h
*** empty log message ***
[gdcm.git] / src / gdcm.h
index 6b7a9b7da1d08f85e976f86dab6b98fc7b69b9c0..af4b6e407ca344826e37d52e040c63ec49ce90ba 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcm.h,v $
   Language:  C++
-  Date:      $Date: 2004/06/20 18:08:47 $
-  Version:   $Revision: 1.48 $
+  Date:      $Date: 2005/01/24 14:14:10 $
+  Version:   $Revision: 1.52 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -22,7 +22,6 @@
 // General purpose include file. This file should be included by
 // external users of gdcm. It exposes the necessary API.
 
-#include "gdcmException.h"
 #include "gdcmCommon.h"
 
 #include "gdcmDictEntry.h"
@@ -30,9 +29,9 @@
 #include "gdcmDictSet.h"
 
 #include "gdcmDocument.h"
-#include "gdcmHeader.h"
-#include "gdcmHeaderHelper.h"
 #include "gdcmFile.h"
+#include "gdcmFileHelper.h"
+#include "gdcmSerieHeader.h"
 
 #include "gdcmUtil.h"