]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/rawtime_private.h
Add move semantics to Variant
[libs/core.git] / source / time / rawtime_private.h
index 566d5a61589e7fa85c6f12b090f2ab8eb78608fc..e0cbb2ecfa30db2a6984fe8813bb3676d6860fa1 100644 (file)
@@ -1,21 +1,6 @@
 #ifndef MSP_TIME_RAWTIME_PRIVATE_H_
 #define MSP_TIME_RAWTIME_PRIVATE_H_
 
-#ifndef WIN32
-#include <sys/time.h>
-#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