X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;fp=src%2FgdcmDicomDirObject.h;h=f1ee45ccfd4662918201203610de854b16285a68;hb=db0a6b6546749ea7631199275605e94726a3a63f;hp=74b04a41d8236dbd6a51bdf01699095d257a2d23;hpb=5bf4ff55cc9887da061970902eb1effe24ede1b7;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index 74b04a41..f1ee45cc 100644 --- a/src/gdcmDicomDirObject.h +++ b/src/gdcmDicomDirObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirObject.h,v $ Language: C++ - Date: $Date: 2004/09/27 08:39:06 $ - Version: $Revision: 1.2 $ + Date: $Date: 2004/10/07 21:05:40 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,13 +19,13 @@ #ifndef GDCMOBJECT_H #define GDCMOBJECT_H -#include -#include #include "gdcmCommon.h" #include "gdcmDocEntry.h" #include "gdcmDocument.h" #include "gdcmDicomDirElement.h" #include "gdcmSQItem.h" +#include +#include //----------------------------------------------------------------------------- class gdcmDicomDirObject;