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/editors/sculpt_paint/paint_vertex.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index a00296a911f..604146e2ca6 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -28,23 +28,24 @@
#include "MEM_guardedalloc.h"
+#include "BLI_array_utils.h"
#include "BLI_listbase.h"
-#include "BLI_rect.h"
#include "BLI_math.h"
-#include "BLI_array_utils.h"
+#include "BLI_rect.h"
#include "BLI_task.h"
+#include "DNA_brush_types.h"
#include "DNA_mesh_types.h"
+#include "DNA_object_types.h"
#include "DNA_particle_types.h"
#include "DNA_scene_types.h"
-#include "DNA_brush_types.h"
-#include "DNA_object_types.h"
#include "RNA_access.h"
#include "BKE_brush.h"
#include "BKE_context.h"
#include "BKE_deform.h"
+#include "BKE_layer.h"
#include "BKE_main.h"
#include "BKE_mesh.h"
#include "BKE_mesh_mapping.h"
@@ -54,29 +55,28 @@
#include "BKE_paint.h"
#include "BKE_report.h"
#include "BKE_subsurf.h"
-#include "BKE_layer.h"
#include "DEG_depsgraph.h"
#include "WM_api.h"
-#include "WM_types.h"
#include "WM_message.h"
#include "WM_toolsystem.h"
+#include "WM_types.h"
#include "ED_armature.h"
-#include "ED_object.h"
#include "ED_mesh.h"
+#include "ED_object.h"
#include "ED_screen.h"
#include "ED_view3d.h"
/* For IMB_BlendMode only. */
#include "IMB_imbuf.h"
-#include "bmesh.h"
#include "BKE_ccg.h"
+#include "bmesh.h"
-#include "sculpt_intern.h"
#include "paint_intern.h" /* own include */
+#include "sculpt_intern.h"
/* -------------------------------------------------------------------- */
/** \name Internal Utilities