X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime_private.h;h=e0cbb2ecfa30db2a6984fe8813bb3676d6860fa1;hp=566d5a61589e7fa85c6f12b090f2ab8eb78608fc;hb=292aed8e23ea543b089d5f2a73000de4640befe7;hpb=03bacb2343eb5d17819732582c0866f087e9ce27 diff --git a/source/time/rawtime_private.h b/source/time/rawtime_private.h index 566d5a6..e0cbb2e 100644 --- a/source/time/rawtime_private.h +++ b/source/time/rawtime_private.h @@ -1,21 +1,6 @@ #ifndef MSP_TIME_RAWTIME_PRIVATE_H_ #define MSP_TIME_RAWTIME_PRIVATE_H_ -#ifndef WIN32 -#include -#endif -#include "rawtime.h" - -namespace Msp { -namespace Time { - -#ifndef WIN32 -// Internal conversion utilities, not intended for public use -timeval rawtime_to_timeval(RawTime); -timespec rawtime_to_timespec(RawTime); -#endif - -} // namespace Time -} // namespace Msp +#include "rawtime_platform.h" #endif