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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:00:39 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:00:39 +0400
commit98841291173614410fca3b9db1cd0ee320d9eb84 (patch)
tree0abc8b41f08991727a2551b2d8d390ba7c453f63 /source/blender/editors/object/object_relations.c
parentfd6138a26d1efdf46be3d8dff85d63eaad5f0d21 (diff)
Code refactoring: split camera functions from object.c into new camera.c.
Diffstat (limited to 'source/blender/editors/object/object_relations.c')
-rw-r--r--source/blender/editors/object/object_relations.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 74da705965a..0a0eadd58d3 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -56,6 +56,7 @@
#include "BKE_action.h"
#include "BKE_animsys.h"
#include "BKE_armature.h"
+#include "BKE_camera.h"
#include "BKE_context.h"
#include "BKE_constraint.h"
#include "BKE_curve.h"