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_access_compare_override.c')
-rw-r--r--source/blender/makesrna/intern/rna_access_compare_override.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_access_compare_override.c b/source/blender/makesrna/intern/rna_access_compare_override.c
index 96f152f0868..22d018c6025 100644
--- a/source/blender/makesrna/intern/rna_access_compare_override.c
+++ b/source/blender/makesrna/intern/rna_access_compare_override.c
@@ -24,8 +24,8 @@
#include "DNA_constraint_types.h"
#include "DNA_modifier_types.h"
-#include "BLI_utildefines.h"
#include "BLI_string.h"
+#include "BLI_utildefines.h"
// #define DEBUG_OVERRIDE_TIMEIT
@@ -41,8 +41,8 @@
#include "RNA_define.h"
#include "RNA_enum_types.h"
-#include "rna_internal.h"
#include "rna_access_internal.h"
+#include "rna_internal.h"
int RNA_property_override_flag(PropertyRNA *prop)
{