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/MOD_gpencilsmooth.c
parent9c0eb1700e13c5e72268f7b2cc604a270d005dcc (diff)
Cleanup: redundant headers in 'source/blender/gpencil_modifiers'
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
index 54ff8d21633..4142a1c02dc 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
@@ -50,8 +50,6 @@
#include "UI_interface.h"
#include "UI_resources.h"
-#include "RNA_access.h"
-
#include "MOD_gpencil_modifiertypes.h"
#include "MOD_gpencil_ui_common.h"
#include "MOD_gpencil_util.h"