]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.h
ENH: Seriously removed warnings
[gdcm.git] / src / gdcmSeqEntry.h
index 29381b401d1f033a60bba83867e55338b3b0f4f2..22c67cf0d5f2e239b890ca8345fceaa849347741 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/16 19:21:57 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2004/10/07 21:05:40 $
+  Version:   $Revision: 1.19 $
                                                                                 
   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 GDCMSQDOCENTRY_H
 #define GDCMSQDOCENTRY_H
 
-#include <list>
-
 #include "gdcmSQItem.h"
 #include "gdcmDocEntry.h"
+#include <list>
 
 //-----------------------------------------------------------------------------
 typedef std::list<gdcmSQItem *> ListSQItem;