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_pose.c')
-rw-r--r--source/blender/makesrna/intern/rna_pose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c
index c6175f85bd8..17e5f3d3649 100644
--- a/source/blender/makesrna/intern/rna_pose.c
+++ b/source/blender/makesrna/intern/rna_pose.c
@@ -80,16 +80,16 @@ const EnumPropertyItem rna_enum_color_sets_items[] = {
# include "MEM_guardedalloc.h"
-# include "BKE_context.h"
# include "BKE_constraint.h"
+# include "BKE_context.h"
# include "BKE_global.h"
# include "BKE_idprop.h"
# include "DEG_depsgraph.h"
# include "DEG_depsgraph_build.h"
-# include "ED_object.h"
# include "ED_armature.h"
+# include "ED_object.h"
# include "WM_api.h"