X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2Fcvenv%2Finclude%2Ftime.h;fp=apps%2Fcvenv%2Finclude%2Ftime.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=4f7f1a54aca79907858a450a133e498c562c09af;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/cvenv/include/time.h b/apps/cvenv/include/time.h deleted file mode 100644 index 4f7f1a5..0000000 --- a/apps/cvenv/include/time.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _TIMEH -#define _TIMEH - -#pragma push_safeptr - -#define _need_clock_t -#define _need_time_t -#define _need_size_t -#define _need_NULL - -#include "sys/stdtypes.h" - -#undef _need_clock_t -#undef _need_time_t -#undef _need_size_t -#undef _need_NULL - -#include "sys/time.h" - - -#pragma pop_ptr - -#endif /* _TIMEH */