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_immediate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/gpu/GPU_immediate.h') diff --git a/source/blender/gpu/GPU_immediate.h b/source/blender/gpu/GPU_immediate.h index 39fa625f5cc..d1db1d5f3e7 100644 --- a/source/blender/gpu/GPU_immediate.h +++ b/source/blender/gpu/GPU_immediate.h @@ -26,12 +26,12 @@ #ifndef __GPU_IMMEDIATE_H__ #define __GPU_IMMEDIATE_H__ -#include "GPU_vertex_format.h" -#include "GPU_primitive.h" -#include "GPU_shader_interface.h" #include "GPU_batch.h" #include "GPU_immediate_util.h" +#include "GPU_primitive.h" #include "GPU_shader.h" +#include "GPU_shader_interface.h" +#include "GPU_vertex_format.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3