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:
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h')
-rw-r--r--source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h b/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
index e9fe910dfed..148bbc2c146 100644
--- a/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
+++ b/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
@@ -23,15 +23,11 @@
#pragma once
-#include "BLI_linklist.h"
#include "BLI_listbase.h"
-#include "BLI_math.h"
+#include "BLI_math.h" /* Needed here for inline functions. */
#include "BLI_threads.h"
-#include "DNA_lineart_types.h"
-
#include <math.h>
-#include <string.h>
typedef struct LineartStaticMemPoolNode {
Link item;
@@ -569,6 +565,4 @@ void MOD_lineart_gpencil_generate(LineartRenderBuffer *rb,
float MOD_lineart_chain_compute_length(LineartLineChain *rlc);
-struct wmOperatorType;
-
void ED_operatortypes_lineart(void);