From 5fed9ac9b5885820a6e0845120cd93f7141fdb84 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 21 Apr 2020 12:39:12 +0200 Subject: Fix clang-format differences between version 6 and 9 Version 6 does not appear to respect clang-format off for header sorting. --- source/blender/makesrna/intern/rna_brush.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 1286d752b62..2c4e221ca8c 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -290,12 +290,12 @@ static EnumPropertyItem rna_enum_gpencil_brush_vertex_icons_items[] = { # include "RNA_access.h" -# include "BKE_colorband.h" # include "BKE_brush.h" -# include "BKE_icons.h" +# include "BKE_colorband.h" # include "BKE_gpencil.h" -# include "BKE_paint.h" +# include "BKE_icons.h" # include "BKE_material.h" +# include "BKE_paint.h" # include "WM_api.h" -- cgit v1.2.3