]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/stat.h
Use the standard fixed-size integer types directly
[libs/core.git] / source / fs / stat.h
index 3f056a5609eea802716037eb734c3d42ef51905d..e2400ed9b5a037b2a4396aa92d0fb92e01009118 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef MSP_FS_STAT_H_
 #define MSP_FS_STAT_H_
 
+#include <cstdint>
 #include <string>
-#include <msp/core/inttypes.h>
 #include <msp/time/timestamp.h>
 #include "path.h"
 
@@ -17,7 +17,7 @@ enum FileType
        SYMLINK
 };
 
-typedef UInt64 FileSize;
+typedef uint64_t FileSize;
 
 /**
 Holds file information.