From: malaterre Date: Thu, 7 Oct 2004 21:38:12 +0000 (+0000) Subject: ENH: Hopefully these were the last remaining warnings X-Git-Tag: Version0.6.bp~115 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d4d5ec2ca5d62d9b6a64519e93f2ac4b2168df40;p=gdcm.git ENH: Hopefully these were the last remaining warnings --- diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 65cc0cd5..9069a132 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -1,8 +1,8 @@ +#include "gdcmHeader.h" #include #include #include #include -#include "gdcmHeader.h" //Generated file: #include "gdcmDataImages.h" diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index d0ab6c0e..de6219b0 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -1,8 +1,8 @@ -#include #include "gdcm.h" #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" +#include #include int TestDicomDir(int argc, char* argv[])