]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/rawtime.h
Use the standard fixed-size integer types directly
[libs/core.git] / source / time / rawtime.h
index 1af7956f25c09a5bb0103cb3e8f1b08b3094fbef..46b3e4df6908ec3c49e93752da2a3a0668e3b3dc 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef MSP_TIME_RAWTIME_H_
 #define MSP_TIME_RAWTIME_H_
 
-#include <msp/core/inttypes.h>
+#include <cstdint>
 
 namespace Msp {
 namespace Time {
 
-typedef Int64 RawTime;
+typedef std::int64_t RawTime;
 
 } // namespace Time
 } // namespace Msp