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_vertex_format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu/GPU_vertex_format.h') diff --git a/source/blender/gpu/GPU_vertex_format.h b/source/blender/gpu/GPU_vertex_format.h index f5717645bc1..7e384d0a692 100644 --- a/source/blender/gpu/GPU_vertex_format.h +++ b/source/blender/gpu/GPU_vertex_format.h @@ -26,9 +26,9 @@ #ifndef __GPU_VERTEX_FORMAT_H__ #define __GPU_VERTEX_FORMAT_H__ -#include "GPU_common.h" -#include "BLI_compiler_compat.h" #include "BLI_assert.h" +#include "BLI_compiler_compat.h" +#include "GPU_common.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3