Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/makesdna/DNA_text_types.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_text_types.h b/source/blender/makesdna/DNA_text_types.h
index d6ec62e63c0..fc2a28ea320 100644
--- a/source/blender/makesdna/DNA_text_types.h
+++ b/source/blender/makesdna/DNA_text_types.h
@@ -31,8 +31,6 @@
#ifndef DNA_TEXT_TYPES_H
#define DNA_TEXT_TYPES_H
-#include "time.h"
-
#include "DNA_listBase.h"
#include "DNA_ID.h"
@@ -59,8 +57,8 @@ typedef struct Text {
int undo_pos, undo_len;
void *compiled;
-
- time_t mtime;
+
+ double mtime;
} Text;