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:
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index 0bbd8c26fa1..06469a0c087 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -22,12 +22,12 @@
* \ingroup blenloader
*/
+#include <errno.h>
+#include <fcntl.h>
+#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
-#include <math.h>
-#include <fcntl.h>
-#include <errno.h>
/* open/close */
#ifndef _WIN32
@@ -42,8 +42,8 @@
#include "BLI_blenlib.h"
-#include "BLO_undofile.h"
#include "BLO_readfile.h"
+#include "BLO_undofile.h"
#include "BKE_main.h"