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-06 16:45:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 16:49:56 +0300
commit2613ad64c5514cd3d610d3b5a18d0831081fc706 (patch)
treef9c1e69f0ef1ec505c58641d62d4203878c0cbd7 /source/blender/alembic/intern/abc_mesh.cc
parentae33f782297697b2618c21a3f6b0cfb2a6fecafc (diff)
Depsgraph: Remove old depsgraph header from alembic files
Diffstat (limited to 'source/blender/alembic/intern/abc_mesh.cc')
-rw-r--r--source/blender/alembic/intern/abc_mesh.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mesh.cc b/source/blender/alembic/intern/abc_mesh.cc
index 5a57e43326a..63c69cae8cd 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -38,7 +38,6 @@ extern "C" {
#include "BLI_string.h"
#include "BKE_cdderivedmesh.h"
-#include "BKE_depsgraph.h"
#include "BKE_main.h"
#include "BKE_material.h"
#include "BKE_mesh.h"