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_graph/graph_ops.c')
-rw-r--r--source/blender/editors/space_graph/graph_ops.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/space_graph/graph_ops.c b/source/blender/editors/space_graph/graph_ops.c
index e56a758f2b0..b8b3dc97edf 100644
--- a/source/blender/editors/space_graph/graph_ops.c
+++ b/source/blender/editors/space_graph/graph_ops.c
@@ -31,12 +31,7 @@
#include "MEM_guardedalloc.h"
-#include "DNA_listBase.h"
-#include "DNA_action_types.h"
#include "DNA_scene_types.h"
-#include "DNA_screen_types.h"
-#include "DNA_space_types.h"
-#include "DNA_windowmanager_types.h"
#include "BLI_blenlib.h"
@@ -44,7 +39,6 @@
#include "BKE_sound.h"
#include "BKE_utildefines.h"
-#include "UI_interface.h"
#include "UI_view2d.h"
#include "ED_screen.h"