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_curve.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/include/ED_curve.h') diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h index e4eea9921db..d362733207d 100644 --- a/source/blender/editors/include/ED_curve.h +++ b/source/blender/editors/include/ED_curve.h @@ -31,19 +31,19 @@ #ifndef __ED_CURVE_H__ #define __ED_CURVE_H__ -struct bContext; -struct BezTriple; struct BPoint; +struct BezTriple; struct Curve; struct EditNurb; struct Main; struct Nurb; struct Object; struct Text; -struct wmOperator; -struct wmKeyConfig; struct UndoType; struct View3D; +struct bContext; +struct wmKeyConfig; +struct wmOperator; /* curve_ops.c */ void ED_operatortypes_curve(void); -- cgit v1.2.3