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:
authorCampbell Barton <ideasman42@gmail.com>2021-03-21 06:30:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-21 06:30:08 +0300
commitb8cc8b30ec514ae7035dbfc88a9cf185e7b4a7ea (patch)
treeb096907e4a641770070c841ae89a4a3bd3ad4294 /source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c
parent9c0eb1700e13c5e72268f7b2cc604a270d005dcc (diff)
Cleanup: redundant headers in 'source/blender/gpencil_modifiers'
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c b/source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c
index 8a86f21f4b2..464316b6a10 100644
--- a/source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c
+++ b/source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c
@@ -25,21 +25,8 @@
#include "BLI_listbase.h"
#include "BLI_math.h"
-#include "BKE_customdata.h"
-#include "BKE_object.h"
-
-#include "DEG_depsgraph_query.h"
-
-#include "DNA_camera_types.h"
-#include "DNA_lineart_types.h"
-#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
-#include "DNA_scene_types.h"
-
#include "MOD_lineart.h"
-#include "bmesh.h"
-
#include "lineart_intern.h"
#include <math.h>