X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime_private.h;fp=source%2Ftime%2Frawtime_private.h;h=e0cbb2ecfa30db2a6984fe8813bb3676d6860fa1;hp=846a712f70bb48614e300555510f4ec9a191b7bf;hb=609c9a508cfdc7b42c46c4f21d17639204165a00;hpb=b4806214e905752617691f851717033fd3f266c2 diff --git a/source/time/rawtime_private.h b/source/time/rawtime_private.h index 846a712..e0cbb2e 100644 --- a/source/time/rawtime_private.h +++ b/source/time/rawtime_private.h @@ -1,25 +1,6 @@ #ifndef MSP_TIME_RAWTIME_PRIVATE_H_ #define MSP_TIME_RAWTIME_PRIVATE_H_ -#ifdef WIN32 -#include -#else -#include -#endif -#include "rawtime.h" - -namespace Msp { -namespace Time { - -#ifdef WIN32 -RawTime filetime_to_rawtime(const FILETIME &); -#else -timeval rawtime_to_timeval(RawTime); -timespec rawtime_to_timespec(RawTime); -RawTime timeval_to_rawtime(const timeval &); -#endif - -} // namespace Time -} // namespace Msp +#include "rawtime_platform.h" #endif