]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/rawtime_private.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / time / rawtime_private.h
index 846a712f70bb48614e300555510f4ec9a191b7bf..e0cbb2ecfa30db2a6984fe8813bb3676d6860fa1 100644 (file)
@@ -1,25 +1,6 @@
 #ifndef MSP_TIME_RAWTIME_PRIVATE_H_
 #define MSP_TIME_RAWTIME_PRIVATE_H_
 
 #ifndef MSP_TIME_RAWTIME_PRIVATE_H_
 #define MSP_TIME_RAWTIME_PRIVATE_H_
 
-#ifdef WIN32
-#include <windows.h>
-#else
-#include <sys/time.h>
-#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
 
 #endif