From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/gpu/GPU_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_context.h') diff --git a/source/blender/gpu/GPU_context.h b/source/blender/gpu/GPU_context.h index ebeb104b7e8..dd7611fe2fc 100644 --- a/source/blender/gpu/GPU_context.h +++ b/source/blender/gpu/GPU_context.h @@ -30,8 +30,8 @@ extern "C" { #endif -#include "GPU_common.h" #include "GPU_batch.h" +#include "GPU_common.h" #include "GPU_shader_interface.h" typedef struct GPUContext GPUContext; -- cgit v1.2.3