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_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 484fac18c8e..4ee144e9031 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -123,9 +123,9 @@ const EnumPropertyItem rna_enum_property_unit_items[] = {
/** \} */
#ifdef RNA_RUNTIME
-# include "MEM_guardedalloc.h"
# include "BLI_ghash.h"
# include "BLI_string.h"
+# include "MEM_guardedalloc.h"
# include "BKE_lib_override.h"