From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/gpu/intern/gpu_codegen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/gpu/intern/gpu_codegen.h') diff --git a/source/blender/gpu/intern/gpu_codegen.h b/source/blender/gpu/intern/gpu_codegen.h index 93eb84b7766..2325fb564ab 100644 --- a/source/blender/gpu/intern/gpu_codegen.h +++ b/source/blender/gpu/intern/gpu_codegen.h @@ -38,11 +38,11 @@ #include "GPU_material.h" #include "GPU_glew.h" -struct ListBase; -struct GPUShader; -struct GPUOutput; struct GPUNode; +struct GPUOutput; +struct GPUShader; struct GPUVertexAttribs; +struct ListBase; struct PreviewImage; /* Pass Generation -- cgit v1.2.3