]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntry.h
ENH: Fix a warning with gcc4: TestHash.cxx:20: warning: deprecated conversion from...
[gdcm.git] / src / gdcmDocEntry.h
index 53a334014022ede434c306b0a4476ffc92c5a122..4acd164dbd421bede02f35adfb20948721d81cd3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/27 08:39:06 $
-  Version:   $Revision: 1.22 $
+  Date:      $Date: 2004/10/08 04:52:55 $
+  Version:   $Revision: 1.24 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #ifndef GDCMDOCENTRY_H
 #define GDCMDOCENTRY_H
 
-#include <iostream>
-#include <stdio.h>
-
 #include "gdcmDictEntry.h"
+#include <iostream>
 
 class gdcmHeader;
 class gdcmValEntry;