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/include/ED_markers.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/include/ED_markers.h') diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h index fa907010870..270ec0137c0 100644 --- a/source/blender/editors/include/ED_markers.h +++ b/source/blender/editors/include/ED_markers.h @@ -31,12 +31,12 @@ #ifndef __ED_MARKERS_H__ #define __ED_MARKERS_H__ -struct wmKeyConfig; -struct wmKeyMap; -struct bContext; -struct bAnimContext; struct Scene; struct TimeMarker; +struct bAnimContext; +struct bContext; +struct wmKeyConfig; +struct wmKeyMap; /* Drawing API ------------------------------ */ -- cgit v1.2.3