From 5b386270a5cc395611f56cdf4bf544be63a96913 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 5 Apr 2017 15:50:45 +0200 Subject: Cleanup: Get rid of legacy depsgraph header file --- source/blender/depsgraph/DEG_depsgraph_build.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h') diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h index 82b63272ff2..17d325828d8 100644 --- a/source/blender/depsgraph/DEG_depsgraph_build.h +++ b/source/blender/depsgraph/DEG_depsgraph_build.h @@ -40,10 +40,13 @@ struct Depsgraph; /* ------------------------------------------------ */ +struct CacheFile; +struct EffectorWeights; +struct Group; struct Main; +struct ModifierData; +struct Object; struct Scene; -struct Group; -struct EffectorWeights; #ifdef __cplusplus extern "C" { @@ -85,9 +88,6 @@ void DEG_scene_graph_free(struct Scene *scene); */ struct DepsNodeHandle; -struct CacheFile; -struct Object; - typedef enum eDepsSceneComponentType { /* Parameters Component - Default when nothing else fits * (i.e. just SDNA property setting). -- cgit v1.2.3