Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_action/space_action.c')
-rw-r--r--source/blender/editors/space_action/space_action.c4
1 files changed, 0 insertions, 4 deletions
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 <string.h>
#include <stdio.h>
@@ -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"