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>2019-06-14 03:12:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-14 03:12:10 +0300
commit8ac0fef4dfd142ec3d185fd3572abea948e664c9 (patch)
tree706850822527376cb81a3931d3623d2d1a7d45a5 /source/blender/depsgraph/DEG_depsgraph_build.h
parent35d49595c6e6bab101ce8d2ef57ccea41efca76b (diff)
Cleanup: sort structs
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h2
1 files changed, 1 insertions, 1 deletions
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" {