]> Creatis software - gdcm.git/commitdiff
ENH: Hopefully these were the last remaining warnings
authormalaterre <malaterre>
Thu, 7 Oct 2004 21:38:12 +0000 (21:38 +0000)
committermalaterre <malaterre>
Thu, 7 Oct 2004 21:38:12 +0000 (21:38 +0000)
Testing/TestAllEntryVerify.cxx
Testing/TestDicomDir.cxx

index 65cc0cd5d717629df61b4d0868aa048c50b23c45..9069a132653842ed52ddeb03c40c0b75a20176b3 100644 (file)
@@ -1,8 +1,8 @@
+#include "gdcmHeader.h"
 #include <map>
 #include <list>
 #include <fstream>
 #include <iostream>
-#include "gdcmHeader.h"
 
 //Generated file:
 #include "gdcmDataImages.h"
index d0ab6c0e25dd375e40dc1de81b54e312673b5932..de6219b03d4115964b91102527cce0030ee9aba9 100644 (file)
@@ -1,8 +1,8 @@
-#include <iostream>
 #include "gdcm.h"
 #include "gdcmDocEntry.h"
 #include "gdcmDicomDir.h"
 
+#include <iostream>
 #include <fstream>
 
 int TestDicomDir(int argc, char* argv[])