From 10850f0db93b8570cd904cfcc3133a14842f4d16 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 13 Jun 2022 16:02:44 +0200 Subject: Cleanup: Use more specific includes for grease pencil modifiers Also remove unused includes in some cases. This should make these files recompile less often. --- source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c') diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c index d2c31591a98..1a6cadabf51 100644 --- a/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c +++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c @@ -8,7 +8,7 @@ #include #include "BLI_listbase.h" -#include "BLI_math.h" +#include "BLI_math_vector.h" #include "BLI_utildefines.h" #include "DNA_defaults.h" @@ -29,7 +29,6 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "DEG_depsgraph_query.h" #include "UI_interface.h" #include "UI_resources.h" -- cgit v1.2.3