From bdb42c2c2d08aeccef99d2d70e50186fa6fd8001 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Feb 2021 07:57:53 +1100 Subject: Cleanup: remove redundant headers in source/blender/editors/ Remove redundant headers using `./source/tools/utils_maintenance/code_clean.py` Reviewed By: jmonteath Ref D10364 --- source/blender/editors/space_clip/clip_buttons.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_clip/clip_buttons.c') diff --git a/source/blender/editors/space_clip/clip_buttons.c b/source/blender/editors/space_clip/clip_buttons.c index 81bae26efeb..632f3c5147f 100644 --- a/source/blender/editors/space_clip/clip_buttons.c +++ b/source/blender/editors/space_clip/clip_buttons.c @@ -46,7 +46,6 @@ #include "DEG_depsgraph.h" #include "ED_clip.h" -#include "ED_gpencil.h" #include "ED_screen.h" #include "UI_interface.h" -- cgit v1.2.3