From 8ac0fef4dfd142ec3d185fd3572abea948e664c9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jun 2019 10:12:10 +1000 Subject: Cleanup: sort structs --- source/blender/depsgraph/DEG_depsgraph_build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h index effcece6e00..2f342e3d0ef 100644 --- a/source/blender/depsgraph/DEG_depsgraph_build.h +++ b/source/blender/depsgraph/DEG_depsgraph_build.h @@ -33,7 +33,6 @@ struct Depsgraph; /* ------------------------------------------------ */ -struct bNodeTree; struct CacheFile; struct Collection; struct CustomData_MeshMasks; @@ -44,6 +43,7 @@ struct ModifierData; struct Object; struct Scene; struct ViewLayer; +struct bNodeTree; #ifdef __cplusplus extern "C" { -- cgit v1.2.3