From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/editors/space_script/script_edit.c | 1 - source/blender/editors/space_script/space_script.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/editors/space_script') diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c index ee8dcf0ca9a..bfca232a58c 100644 --- a/source/blender/editors/space_script/script_edit.c +++ b/source/blender/editors/space_script/script_edit.c @@ -36,7 +36,6 @@ #include "BKE_context.h" #include "BKE_report.h" -#include "BKE_global.h" #include "WM_api.h" #include "WM_types.h" diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c index e3ae8accb67..2654374cb4f 100644 --- a/source/blender/editors/space_script/space_script.c +++ b/source/blender/editors/space_script/space_script.c @@ -43,7 +43,6 @@ #include "ED_space_api.h" #include "ED_screen.h" -#include "BIF_gl.h" #include "WM_api.h" #include "WM_types.h" -- cgit v1.2.3