From 3589701f6d48e4de786615c2b0d249f4150d1e4b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Sep 2019 10:18:29 +1000 Subject: Cleanup: unused headers in editors --- source/blender/editors/scene/scene_edit.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/scene') diff --git a/source/blender/editors/scene/scene_edit.c b/source/blender/editors/scene/scene_edit.c index 84d6610242a..7705278443f 100644 --- a/source/blender/editors/scene/scene_edit.c +++ b/source/blender/editors/scene/scene_edit.c @@ -29,21 +29,16 @@ #include "BKE_global.h" #include "BKE_layer.h" #include "BKE_library.h" -#include "BKE_library_remap.h" #include "BKE_main.h" #include "BKE_node.h" #include "BKE_report.h" #include "BKE_scene.h" -#include "BKE_workspace.h" #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" #include "BLT_translation.h" -#include "DNA_object_types.h" -#include "DNA_workspace_types.h" - #include "ED_object.h" #include "ED_render.h" #include "ED_scene.h" -- cgit v1.2.3