X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestInline.cxx;fp=Testing%2FTestInline.cxx;h=1709a2c89b0ef01cf372bf7f6885a87d506da5c5;hb=d92b9d9e464607d503446b6decf0713c6a712638;hp=8a0dec653bac1f2f1c55b71c4d3536fdf58e2f20;hpb=4fbe563dc18455266f880586fa2aca2cfb1012bc;p=gdcm.git diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index 8a0dec65..1709a2c8 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2005/11/17 17:44:24 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/11/18 11:46:37 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -30,15 +30,8 @@ // Which CXX_FLAGS, LINKER_FLAGS, ..., must we set to see the difference? #include "gdcmUtil.h" -#include "TestInLine.h" -#include -#include -#ifdef CMAKE_HAVE_SYS_TIMES_H -#include -#else -#include -#endif +#include void frswap (double &a, double &b); void fpswap (double *a, double *b);