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/modifiers/intern/MOD_weightvgedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_weightvgedit.c') diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.c b/source/blender/modifiers/intern/MOD_weightvgedit.c index f914d05dbcd..6acbbefe745 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.c +++ b/source/blender/modifiers/intern/MOD_weightvgedit.c @@ -44,8 +44,8 @@ #include "MEM_guardedalloc.h" -#include "MOD_weightvg_util.h" #include "MOD_modifiertypes.h" +#include "MOD_weightvg_util.h" /************************************** * Modifiers functions. * -- cgit v1.2.3