Cleanup: sort struct declarations

This commit is contained in:
2020-09-30 11:51:13 +10:00
parent e5aa9decb2
commit 38a66903e5
39 changed files with 74 additions and 74 deletions

View File

@@ -27,10 +27,10 @@
#include "intern/depsgraph_type.h"
struct Depsgraph;
struct Main;
struct Scene;
struct ViewLayer;
struct Depsgraph;
namespace blender {
namespace deg {