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:
authorCampbell Barton <campbell@blender.org>2022-06-09 03:10:37 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:11:25 +0300
commit84906d47dc8ae7e0739865dbcba727f29c0632e9 (patch)
tree44a33bcf2a7491250b4e261b50bf8e359c9fb37d /source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
parent8b8fbffeea21a7f063ee60ab95113e0f14e38555 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_ops.cc')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
index f5f7726a7f8..5d6ffa67005 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
@@ -17,8 +17,8 @@
#include "WM_api.h"
#include "WM_toolsystem.h"
-#include "ED_image.h"
#include "ED_curves_sculpt.h"
+#include "ED_image.h"
#include "ED_object.h"
#include "ED_screen.h"
#include "ED_view3d.h"