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_api')
-rw-r--r--source/blender/editors/space_api/space.c1
-rw-r--r--source/blender/editors/space_api/spacetypes.c4
2 files changed, 2 insertions, 3 deletions
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 */