X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgdcm.h;h=e572d605b42fd8c8b4706aa41857e2f5631e2ec5;hb=c192f5eb557ecea1d654ac753998a16c36551e81;hp=6b7a9b7da1d08f85e976f86dab6b98fc7b69b9c0;hpb=2012716d624d631dcdb825fdd4470908e115a717;p=gdcm.git diff --git a/src/gdcm.h b/src/gdcm.h index 6b7a9b7d..e572d605 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -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/21 11:40:55 $ + Version: $Revision: 1.51 $ 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 @@ -30,9 +30,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"