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_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 0e194e57538..01a0e8ddd5b 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -23,26 +23,26 @@
#include "MEM_guardedalloc.h"
+#include "BLI_listbase.h"
#include "BLI_math.h"
-#include "BLI_utildefines.h"
#include "BLI_rand.h"
-#include "BLI_listbase.h"
+#include "BLI_utildefines.h"
#include "PIL_time.h"
-#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
#include "DNA_brush_types.h"
#include "DNA_curve_types.h"
+#include "DNA_object_types.h"
+#include "DNA_scene_types.h"
#include "RNA_access.h"
-#include "BKE_context.h"
-#include "BKE_paint.h"
#include "BKE_brush.h"
-#include "BKE_curve.h"
#include "BKE_colortools.h"
+#include "BKE_context.h"
+#include "BKE_curve.h"
#include "BKE_image.h"
+#include "BKE_paint.h"
#include "WM_api.h"
#include "WM_types.h"