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/makesrna/intern/rna_meta.c')
-rw-r--r--source/blender/makesrna/intern/rna_meta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_meta.c b/source/blender/makesrna/intern/rna_meta.c
index 2b2a928e280..382e83a5650 100644
--- a/source/blender/makesrna/intern/rna_meta.c
+++ b/source/blender/makesrna/intern/rna_meta.c
@@ -37,17 +37,17 @@
# include "MEM_guardedalloc.h"
-# include "DNA_scene_types.h"
# include "DNA_object_types.h"
+# include "DNA_scene_types.h"
-# include "BKE_mball.h"
# include "BKE_main.h"
+# include "BKE_mball.h"
# include "BKE_scene.h"
# include "DEG_depsgraph.h"
-# include "WM_types.h"
# include "WM_api.h"
+# include "WM_types.h"
static int rna_Meta_texspace_editable(PointerRNA *ptr, const char **UNUSED(r_info))
{