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/space_action.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_action/space_action.c') 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