Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-06-13 17:02:44 +0300
committerHans Goudey <h.goudey@me.com>2022-06-13 17:02:44 +0300
commit10850f0db93b8570cd904cfcc3133a14842f4d16 (patch)
tree0439342f511334b52af6bfb1a47d363a28c90b12 /source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c
parent19e0b60f3e1270a34b52d7829169ab8af6c816cb (diff)
Cleanup: Use more specific includes for grease pencil modifiers
Also remove unused includes in some cases. This should make these files recompile less often.
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c3
1 files changed, 1 insertions, 2 deletions
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 <stdio.h>
#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"