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_cache_impl.h')
-rw-r--r--source/blender/draw/intern/draw_cache_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h
index aec0b35c672..9328d050163 100644
--- a/source/blender/draw/intern/draw_cache_impl.h
+++ b/source/blender/draw/intern/draw_cache_impl.h
@@ -30,15 +30,15 @@
#define __DRAW_CACHE_IMPL_H__
struct CurveCache;
-struct GPUMaterial;
-struct GPUTexture;
struct GPUBatch;
struct GPUIndexBuf;
+struct GPUMaterial;
+struct GPUTexture;
struct GPUVertBuf;
struct ListBase;
struct ModifierData;
-struct ParticleSystem;
struct PTCacheEdit;
+struct ParticleSystem;
struct SpaceImage;
struct ToolSettings;