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/blenkernel/intern/shader_fx.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/blenkernel/intern/shader_fx.c') diff --git a/source/blender/blenkernel/intern/shader_fx.c b/source/blender/blenkernel/intern/shader_fx.c index 49799aff1d6..8d692782413 100644 --- a/source/blender/blenkernel/intern/shader_fx.c +++ b/source/blender/blenkernel/intern/shader_fx.c @@ -26,23 +26,23 @@ #include "MEM_guardedalloc.h" #include "BLI_blenlib.h" -#include "BLI_utildefines.h" #include "BLI_math_vector.h" #include "BLI_string_utils.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" +#include "DNA_gpencil_types.h" #include "DNA_meshdata_types.h" -#include "DNA_scene_types.h" #include "DNA_object_types.h" -#include "DNA_gpencil_types.h" +#include "DNA_scene_types.h" #include "DNA_shader_fx_types.h" +#include "BKE_gpencil.h" #include "BKE_lib_id.h" #include "BKE_lib_query.h" -#include "BKE_gpencil.h" -#include "BKE_shader_fx.h" #include "BKE_object.h" +#include "BKE_shader_fx.h" #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" -- cgit v1.2.3