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-10-04 05:54:04 +0300
committerCampbell Barton <campbell@blender.org>2022-10-04 05:54:04 +0300
commit868ef9ec37a9dd4856a8a034f7e3865cf4252b1d (patch)
tree1da9db6fd1753d6f6e26774d73679a770d8ae556 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent5c51bf2ffe8fabfd169a891bd8c4c400ae69dfa0 (diff)
Cleanup: remove unnecessary includes from sculpt_paint
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 3775ea82b5e..d84d7f2f6fb 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -35,6 +35,9 @@ struct Object;
struct SculptUndoNode;
struct bContext;
struct PaintModeSettings;
+struct wmKeyConfig;
+struct wmOperator;
+struct wmOperatorType;
/* Updates */