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_action/action_buttons.c | 2 -- source/blender/editors/space_action/action_data.c | 2 -- source/blender/editors/space_action/action_draw.c | 1 - source/blender/editors/space_action/space_action.c | 4 ---- 4 files changed, 9 deletions(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c index 55ad773f4df..416bb5f096c 100644 --- a/source/blender/editors/space_action/action_buttons.c +++ b/source/blender/editors/space_action/action_buttons.c @@ -40,8 +40,6 @@ #include "MEM_guardedalloc.h" -#include "BLI_math.h" -#include "BLI_blenlib.h" #include "BLI_utildefines.h" #include "BLT_translation.h" diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c index 9e801a8a56b..024c5c0c1b8 100644 --- a/source/blender/editors/space_action/action_data.c +++ b/source/blender/editors/space_action/action_data.c @@ -34,8 +34,6 @@ #include -#include "BLI_blenlib.h" -#include "BLI_math.h" #include "BLI_utildefines.h" #include "BLT_translation.h" diff --git a/source/blender/editors/space_action/action_draw.c b/source/blender/editors/space_action/action_draw.c index 738c5e4d2e2..7c1855227b6 100644 --- a/source/blender/editors/space_action/action_draw.c +++ b/source/blender/editors/space_action/action_draw.c @@ -55,7 +55,6 @@ /* Everything from source (BIF, BDR, BSE) ------------------------------ */ -#include "BIF_gl.h" #include "GPU_immediate.h" #include "GPU_matrix.h" diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index 814d99d423c..0cf45a1c046 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -28,7 +28,6 @@ * \ingroup spaction */ - #include #include @@ -40,7 +39,6 @@ #include "MEM_guardedalloc.h" #include "BLI_blenlib.h" -#include "BLI_math.h" #include "BLI_utildefines.h" #include "BKE_context.h" @@ -54,8 +52,6 @@ #include "WM_types.h" #include "WM_message.h" -#include "BIF_gl.h" - #include "UI_resources.h" #include "UI_view2d.h" -- cgit v1.2.3