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_nla/space_nla.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/space_nla/space_nla.c') diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c index efe851c64ed..011cd7e2651 100644 --- a/source/blender/editors/space_nla/space_nla.c +++ b/source/blender/editors/space_nla/space_nla.c @@ -24,7 +24,6 @@ #include #include -#include "DNA_anim_types.h" #include "DNA_collection_types.h" #include "DNA_scene_types.h" @@ -52,7 +51,6 @@ #include "UI_resources.h" #include "UI_view2d.h" -#include "GPU_framebuffer.h" #include "nla_intern.h" /* own include */ /* ******************** default callbacks for nla space ***************** */ -- cgit v1.2.3