From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/ikplugin/BIK_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/ikplugin') diff --git a/source/blender/ikplugin/BIK_api.h b/source/blender/ikplugin/BIK_api.h index 07a223b738e..2e92773eec7 100644 --- a/source/blender/ikplugin/BIK_api.h +++ b/source/blender/ikplugin/BIK_api.h @@ -38,12 +38,12 @@ extern "C" { #endif +struct Depsgraph; struct Object; -struct bPoseChannel; -struct bPose; struct Scene; struct bConstraint; -struct Depsgraph; +struct bPose; +struct bPoseChannel; enum BIK_ParamType { BIK_PARAM_TYPE_FLOAT = 0, -- cgit v1.2.3