Cleanup: redundant struct declarations

This commit is contained in:
2019-08-25 16:27:13 +10:00
parent f1ddc6ed0a
commit 6eadd40597
149 changed files with 10 additions and 308 deletions

View File

@@ -23,18 +23,14 @@
#ifndef __DRAW_CACHE_IMPL_H__
#define __DRAW_CACHE_IMPL_H__
struct CurveCache;
struct GPUBatch;
struct GPUIndexBuf;
struct GPUMaterial;
struct GPUTexture;
struct GPUVertBuf;
struct ListBase;
struct ModifierData;
struct PTCacheEdit;
struct ParticleSystem;
struct SpaceImage;
struct ToolSettings;
struct Curve;
struct Lattice;