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/blenkernel/BKE_global.h1
-rw-r--r--source/blender/quicktime/apple/qtkit_export.m1
-rw-r--r--source/blender/quicktime/apple/qtkit_import.m2
3 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 545fcaa3d74..a0c6bcd4a5b 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -38,7 +38,6 @@
*/
#include "DNA_listBase.h"
-#include "BLI_utildefines.h"
#ifdef __cplusplus
extern "C" {
diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m
index b23c768545c..1aff682eef8 100644
--- a/source/blender/quicktime/apple/qtkit_export.m
+++ b/source/blender/quicktime/apple/qtkit_export.m
@@ -38,6 +38,7 @@
# include "AUD_C-API.h"
#endif
+#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_scene.h"
diff --git a/source/blender/quicktime/apple/qtkit_import.m b/source/blender/quicktime/apple/qtkit_import.m
index c215b1dc7e2..2706895571f 100644
--- a/source/blender/quicktime/apple/qtkit_import.m
+++ b/source/blender/quicktime/apple/qtkit_import.m
@@ -30,9 +30,9 @@
#include "IMB_anim.h"
#include "BLO_sys_types.h"
+#include "BLI_utildefines.h"
#include "BKE_global.h"
-#include "BLI_utildefines.h"
#include "BLI_dynstr.h"
#include "BLI_path_util.h"