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_gpencilthick.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_gpencilthick.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilthick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilthick.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilthick.c
index 3ddb508d58a..68fe15df898 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilthick.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilthick.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"