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/makesdna/DNA_view3d_types.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/makesdna/DNA_view3d_types.h') diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h index 780383e399d..0a5554e0a96 100644 --- a/source/blender/makesdna/DNA_view3d_types.h +++ b/source/blender/makesdna/DNA_view3d_types.h @@ -32,19 +32,19 @@ #ifndef __DNA_VIEW3D_TYPES_H__ #define __DNA_VIEW3D_TYPES_H__ -struct ViewDepths; -struct Object; -struct Image; -struct SpaceLink; struct BoundBox; +struct GPUViewport; +struct Image; +struct Material; struct MovieClip; struct MovieClipUser; +struct Object; struct RenderEngine; -struct bGPdata; struct SmoothView3DStore; +struct SpaceLink; +struct ViewDepths; +struct bGPdata; struct wmTimer; -struct Material; -struct GPUViewport; #include "DNA_defs.h" #include "DNA_listBase.h" -- cgit v1.2.3