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/blenloader/intern/readfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenloader/intern/readfile.h') diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h index 10f0c7a2942..4120edae402 100644 --- a/source/blender/blenloader/intern/readfile.h +++ b/source/blender/blenloader/intern/readfile.h @@ -38,13 +38,13 @@ #include "DNA_space_types.h" #include "DNA_windowmanager_types.h" /* for ReportType */ -struct OldNewMap; +struct Key; struct MemFile; -struct ReportList; struct Object; +struct OldNewMap; struct PartEff; +struct ReportList; struct View3D; -struct Key; typedef struct FileData { // linked list of BHeadN's -- cgit v1.2.3