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/runtime.c')
-rw-r--r--source/blender/blenloader/intern/runtime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/runtime.c b/source/blender/blenloader/intern/runtime.c
index cbbaf713e84..d6fd2f92443 100644
--- a/source/blender/blenloader/intern/runtime.c
+++ b/source/blender/blenloader/intern/runtime.c
@@ -45,12 +45,12 @@
# include <unistd.h> // read
#endif
-#include "BLO_readfile.h"
-#include "BLO_runtime.h"
-
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
+#include "BLO_readfile.h"
+#include "BLO_runtime.h"
+
#include "BKE_blender.h"
#include "BKE_report.h"