X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=76524509990986fd55b0eaa78a9cd366bee95c00;hp=4831645adb60f8d0ea401b5bc4486dbb10ad6d1b;hb=03bacb2343eb5d17819732582c0866f087e9ce27;hpb=4c8b6a16bfe62541bc68aa0d3827158c9b9617da diff --git a/source/time/rawtime.h b/source/time/rawtime.h index 4831645..7652450 100644 --- a/source/time/rawtime.h +++ b/source/time/rawtime.h @@ -1,10 +1,6 @@ #ifndef MSP_TIME_RAWTIME_H_ #define MSP_TIME_RAWTIME_H_ -#ifndef WIN32 -#include -#endif - namespace Msp { namespace Time { @@ -14,12 +10,6 @@ typedef __int64 RawTime; typedef long long RawTime; #endif -#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