Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
commit85dc8d74771dc61c295574af9adea34ef251bf9d (patch)
tree606b8ae540b3848b2f1060708435c3979ea7b992 /source/blender/blenloader/intern/readfile.h
parent35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 5100cf5051b..5be7e703d6b 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -30,8 +30,8 @@
#include "DNA_windowmanager_types.h" /* for ReportType */
#include "zlib.h"
-struct IDNameLib_Map;
struct GSet;
+struct IDNameLib_Map;
struct Key;
struct MemFile;
struct Object;