X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmWriter.cxx;h=e60ee26763f0d1d25905d9b91fbd242ae636f248;hb=d6e77ac1b3e594f70ce73df711ad6ec6969f6791;hp=9a1b14b171591bc608006fc5ec778c6d4b664be8;hpb=a1632352fa2c6d5bbc306d8bbf70511eac325324;p=gdcm.git diff --git a/vtk/vtkGdcmWriter.cxx b/vtk/vtkGdcmWriter.cxx index 9a1b14b1..e60ee267 100644 --- a/vtk/vtkGdcmWriter.cxx +++ b/vtk/vtkGdcmWriter.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmWriter.cxx,v $ Language: C++ - Date: $Date: 2005/01/20 16:31:43 $ - Version: $Revision: 1.12 $ + Date: $Date: 2005/01/21 11:40:56 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,7 +16,7 @@ =========================================================================*/ -#include "gdcmHeader.h" +#include "gdcmFile.h" #include "gdcmFileHelper.h" #include "gdcmDebug.h" #include "vtkGdcmWriter.h" @@ -26,7 +26,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.12 $"); +vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.13 $"); vtkStandardNewMacro(vtkGdcmWriter); //-----------------------------------------------------------------------------