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:
authorCampbell Barton <ideasman42@gmail.com>2018-04-01 08:24:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-01 08:24:45 +0300
commitb6ba3c682dd6615e760905572a5bcd69bb46371f (patch)
treeb8b356c7eb6ea7f7506e6c2dd5f22ff4f0b5e90f /source/blender/editors/space_action/action_data.c
parent951d89b7b41b5b3e8c799f5df12b9ded48ed49fe (diff)
Cleanup: remove global header
Diffstat (limited to 'source/blender/editors/space_action/action_data.c')
-rw-r--r--source/blender/editors/space_action/action_data.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c
index fbef14c07c4..ca8dbbce1a1 100644
--- a/source/blender/editors/space_action/action_data.c
+++ b/source/blender/editors/space_action/action_data.c
@@ -54,7 +54,6 @@
#include "BKE_animsys.h"
#include "BKE_action.h"
#include "BKE_fcurve.h"
-#include "BKE_global.h"
#include "BKE_library.h"
#include "BKE_key.h"
#include "BKE_main.h"