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/editors/space_action/action_intern.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h index 986afe96e11..a895f28985b 100644 --- a/source/blender/editors/space_action/action_intern.h +++ b/source/blender/editors/space_action/action_intern.h @@ -31,15 +31,15 @@ #ifndef __ACTION_INTERN_H__ #define __ACTION_INTERN_H__ -struct bContext; -struct bAnimContext; -struct Scene; -struct Object; -struct SpaceAction; -struct ScrArea; struct ARegion; struct ARegionType; +struct Object; +struct Scene; +struct ScrArea; +struct SpaceAction; struct View2D; +struct bAnimContext; +struct bContext; struct wmOperatorType; /* internal exports only */ -- cgit v1.2.3