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:
Diffstat (limited to 'source/blender/draw/intern/draw_common.h')
-rw-r--r--source/blender/draw/intern/draw_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h
index 3beab5fe7bb..644e81e2f13 100644
--- a/source/blender/draw/intern/draw_common.h
+++ b/source/blender/draw/intern/draw_common.h
@@ -33,11 +33,11 @@ struct DRWPass;
struct DRWShadingGroup;
struct GPUBatch;
struct GPUMaterial;
-struct Object;
-struct ViewLayer;
struct ModifierData;
-struct ParticleSystem;
+struct Object;
struct PTCacheEdit;
+struct ParticleSystem;
+struct ViewLayer;
/**
* Support selecting shaders with different options compiled in.