X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime_private.h;h=e0cbb2ecfa30db2a6984fe8813bb3676d6860fa1;hp=846a712f70bb48614e300555510f4ec9a191b7bf;hb=242a4a9abe1e1113b5eb39aa751aa054f696d7be;hpb=2959598108418ebebe84c76c274d58eda0eab5e8 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