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:
authorTon Roosendaal <ton@blender.org>2009-01-14 19:37:52 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 19:37:52 +0300
commit30e851b8a536194a78a674dd33fad9a939122ea1 (patch)
tree2956594b04f24d58cc63f9c1bdecf24cfb9daf1c /source/blender/editors/space_api
parent9aec7aaf6c560ddc0c2dd1c553c809f9b1e706d5 (diff)
2.5
A small round of warning cleanups; unused variables, missing headers and some const types.
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c7
1 files changed, 4 insertions, 3 deletions
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)