From 068f4e45927f78d40f5b553c20ce1ab5fa71cf1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Feb 2020 10:08:31 +1100 Subject: Cleanup: sort file, struct lists --- source/blender/editors/sculpt_paint/sculpt_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h index 5d92b202997..b29bbfd1fb0 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.h +++ b/source/blender/editors/sculpt_paint/sculpt_intern.h @@ -35,9 +35,9 @@ struct KeyBlock; struct Object; +struct SculptPoseIKChainSegment; struct SculptUndoNode; struct bContext; -struct SculptPoseIKChainSegment; bool sculpt_mode_poll(struct bContext *C); bool sculpt_mode_poll_view3d(struct bContext *C); -- cgit v1.2.3