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:
authorJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
commit399f84d479ca16cc9d3368e17edb190bf9f07faf (patch)
tree74434f7f70a02bd327115519a7ff0f76e3fba3a4 /source/blender/editors/sculpt_paint/paint_intern.h
parentd93dd8595103ea0c0d483e90381f398bbeecf675 (diff)
Run clang-format
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 09ef1930736..09013ea00f4 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -25,9 +25,9 @@
#include "BKE_paint.h"
-#include "BLI_rect.h"
#include "BLI_compiler_compat.h"
#include "BLI_math.h"
+#include "BLI_rect.h"
#include "DNA_scene_types.h"