From a46ddac1a979b2b94cf3a46c4b6a738841b025dc Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 12 Dec 2008 18:47:12 +0000 Subject: 2.5 - Added rudimentary support for Ipo window (Joshua can check on view2d issues for this? :) - removed ED_area.h, added ED_space_api.h --- source/blender/editors/space_api/space.c | 1 - source/blender/editors/space_api/spacetypes.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c index df844dc527d..1d9e3ac97ff 100644 --- a/source/blender/editors/space_api/space.c +++ b/source/blender/editors/space_api/space.c @@ -37,7 +37,6 @@ #include "BKE_global.h" #include "BKE_screen.h" -#include "ED_area.h" #include "ED_screen.h" /* */ diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 8997daf3a7f..6b13bcad3d6 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -38,7 +38,7 @@ #include "BIF_gl.h" #include "ED_screen.h" -#include "ED_area.h" +#include "ED_space_api.h" ARegionType *ED_regiontype_from_id(SpaceType *st, int regionid) @@ -64,7 +64,7 @@ void ED_spacetypes_init(void) ED_spacetype_outliner(); ED_spacetype_time(); ED_spacetype_view3d(); -// ED_spacetype_ipo(); + ED_spacetype_ipo(); // ... /* register operator types for screen and all spaces */ -- cgit v1.2.3