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_sculpt_paint.c')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 743c47f4f48..04a54063a03 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -29,15 +29,15 @@
#include "rna_internal.h"
#include "DNA_ID.h"
+#include "DNA_brush_types.h"
#include "DNA_gpencil_types.h"
#include "DNA_scene_types.h"
-#include "DNA_brush_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
+#include "BKE_brush.h"
#include "BKE_material.h"
#include "BKE_paint.h"
-#include "BKE_brush.h"
#include "ED_image.h"
@@ -115,11 +115,11 @@ const EnumPropertyItem rna_enum_symmetrize_direction_items[] = {
# include "BKE_collection.h"
# include "BKE_context.h"
+# include "BKE_gpencil.h"
+# include "BKE_object.h"
# include "BKE_particle.h"
# include "BKE_pbvh.h"
# include "BKE_pointcache.h"
-# include "BKE_object.h"
-# include "BKE_gpencil.h"
# include "DEG_depsgraph.h"