From 6eadd40597f7c537f6a8002e818454b85a457c1f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Aug 2019 16:27:13 +1000 Subject: Cleanup: redundant struct declarations --- source/blender/alembic/intern/abc_mball.h | 2 -- source/blender/alembic/intern/abc_util.h | 1 - 2 files changed, 3 deletions(-) (limited to 'source/blender/alembic') diff --git a/source/blender/alembic/intern/abc_mball.h b/source/blender/alembic/intern/abc_mball.h index 770fa6fdf8c..4be977fa8f5 100644 --- a/source/blender/alembic/intern/abc_mball.h +++ b/source/blender/alembic/intern/abc_mball.h @@ -24,9 +24,7 @@ #include "abc_object.h" #include "abc_mesh.h" -struct EvaluationContext; struct Main; -struct MetaBall; struct Object; /* AbcMBallWriter converts the metaballs to meshes at every frame, diff --git a/source/blender/alembic/intern/abc_util.h b/source/blender/alembic/intern/abc_util.h index f7f662212fd..5eb0ed70599 100644 --- a/source/blender/alembic/intern/abc_util.h +++ b/source/blender/alembic/intern/abc_util.h @@ -44,7 +44,6 @@ using Alembic::Abc::chrono_t; class AbcObjectReader; struct ImportSettings; -struct Base; struct ID; struct Object; -- cgit v1.2.3