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/uvedit/uvedit_intern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/uvedit/uvedit_intern.h') diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h index 34cd885d75e..adb12239371 100644 --- a/source/blender/editors/uvedit/uvedit_intern.h +++ b/source/blender/editors/uvedit/uvedit_intern.h @@ -32,14 +32,14 @@ #ifndef __UVEDIT_INTERN_H__ #define __UVEDIT_INTERN_H__ +struct BMEditMesh; +struct BMFace; +struct BMLoop; struct Image; struct Object; struct Scene; struct SpaceImage; struct wmOperatorType; -struct BMEditMesh; -struct BMFace; -struct BMLoop; /* geometric utilities */ void uv_poly_copy_aspect(float uv_orig[][2], float uv[][2], float aspx, float aspy, int len); -- cgit v1.2.3