]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirObject.h
ENH: If possible move the stl include after the gdcm ones, to avoid vc warnings
[gdcm.git] / src / gdcmDicomDirObject.h
index 8997df873c6d4930a9bbfa17b14a2e32888b264a..f1ee45ccfd4662918201203610de854b16285a68 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirObject.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 10:47:10 $
-  Version:   $Revision: 1.1 $
+  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
-  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
 #ifndef GDCMOBJECT_H
 #define GDCMOBJECT_H
 
-#include <string>
-#include <list>
 #include "gdcmCommon.h"
 #include "gdcmDocEntry.h"
 #include "gdcmDocument.h"
 #include "gdcmDicomDirElement.h"
 #include "gdcmSQItem.h"
+#include <string>
+#include <list>
 
 //-----------------------------------------------------------------------------
 class gdcmDicomDirObject;