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_object.c')
-rw-r--r--source/blender/makesrna/intern/rna_object.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index d33d433c32f..6cb5a074c03 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -29,8 +29,6 @@
#include "RNA_define.h"
#include "RNA_enum_types.h"
-#include "BLI_utildefines.h"
-
#include "rna_internal.h"
#include "DNA_action_types.h"
@@ -145,7 +143,6 @@ EnumPropertyItem object_type_curve_items[] = {
#include "BKE_deform.h"
#include "BLI_editVert.h" /* for EditMesh->mat_nr */
-#include "BLI_utildefines.h"
#include "ED_mesh.h"
#include "ED_object.h"