From 30e851b8a536194a78a674dd33fad9a939122ea1 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 14 Jan 2009 16:37:52 +0000 Subject: 2.5 A small round of warning cleanups; unused variables, missing headers and some const types. --- source/blender/editors/space_api/spacetypes.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 814d068dc68..e54dc3817da 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -39,11 +39,12 @@ #include "BIF_gl.h" -#include "ED_screen.h" -#include "ED_object.h" +#include "ED_anim_api.h" #include "ED_mesh.h" +#include "ED_object.h" #include "ED_space_api.h" -#include "ED_anim_api.h" +#include "ED_screen.h" +#include "ED_sculpt.h" ARegionType *ED_regiontype_from_id(SpaceType *st, int regionid) -- cgit v1.2.3