X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkTimer.h;h=29aca6614ec8cdeeac41d57be907b030a5c96360;hb=24fb0576a860ea843722b1d84561186542b62fd5;hp=5f27490f6613a475dbbef36088db9baef3607840;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkTimer.h b/common/clitkTimer.h index 5f27490..29aca66 100644 --- a/common/clitkTimer.h +++ b/common/clitkTimer.h @@ -17,19 +17,10 @@ ======================================================================-====*/ #ifndef CLITKTIMER_H #define CLITKTIMER_H -/** - =================================================================== - * @file clitkTimer.h - * @author David Sarrut - * @date 18 Jul 2007 16:26:08 - * @brief - - ===================================================================*/ - -#include "clitkCommon.h" +//#include "clitkCommon.h" #include -#if defined(unix) +#if defined(unix) || defined(__APPLE__) # include # include #elif defined(WIN32) @@ -59,7 +50,7 @@ namespace clitk { //==================================================================== protected: -#if defined(unix) +#if defined(unix) || defined(__APPLE__) rusage mBegin; rusage mEnd; #elif defined(WIN32)