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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c
index e08b87877ae..8a0bb372628 100644
--- a/source/blender/makesrna/intern/rna_pose.c
+++ b/source/blender/makesrna/intern/rna_pose.c
@@ -40,7 +40,6 @@
#include "DNA_scene_types.h"
#include "BLI_math.h"
-#include "BLI_string_utils.h"
#include "BLT_translation.h"
@@ -77,6 +76,9 @@ const EnumPropertyItem rna_enum_color_sets_items[] = {
#ifdef RNA_RUNTIME
+#include "BLI_ghash.h"
+#include "BLI_string_utils.h"
+
#include "BIK_api.h"
#include "BKE_action.h"
#include "BKE_armature.h"
@@ -85,8 +87,6 @@ const EnumPropertyItem rna_enum_color_sets_items[] = {
#include "MEM_guardedalloc.h"
-#include "BLI_ghash.h"
-
#include "BKE_context.h"
#include "BKE_constraint.h"
#include "BKE_global.h"