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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-05 16:50:45 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-05 16:50:45 +0300
commit5b386270a5cc395611f56cdf4bf544be63a96913 (patch)
treefa18fe18c54de1f52af99ba7a94eef72b6d5cfda /source/blender/depsgraph/DEG_depsgraph_build.h
parenta13878b9af162fa6b470aa47c7e73cf42c66c488 (diff)
Cleanup: Get rid of legacy depsgraph header file
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h10
1 files changed, 5 insertions, 5 deletions
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).