From 4b1f243e4d76dc9b3e92a8c2bf43414bcda4b2c3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 24 Jan 2022 21:16:06 +1100 Subject: Cleanup: sort struct forward declarations --- source/blender/gpu/GPU_viewport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu/GPU_viewport.h') diff --git a/source/blender/gpu/GPU_viewport.h b/source/blender/gpu/GPU_viewport.h index c4948d68298..917b87efeaa 100644 --- a/source/blender/gpu/GPU_viewport.h +++ b/source/blender/gpu/GPU_viewport.h @@ -40,10 +40,10 @@ extern "C" { typedef struct GHash GHash; typedef struct GPUViewport GPUViewport; -struct GPUFrameBuffer; +struct DRWData; struct DefaultFramebufferList; struct DefaultTextureList; -struct DRWData; +struct GPUFrameBuffer; GPUViewport *GPU_viewport_create(void); GPUViewport *GPU_viewport_stereo_create(void); -- cgit v1.2.3