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:
authorKent Mein <mein@cs.umn.edu>2006-01-12 00:58:37 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-12 00:58:37 +0300
commit468dd24cd56687e62d4142359c74f62e9e990800 (patch)
treefc66e8fec61fc16ac3a17eae1a1468eafa7d99dd /source/blender/python/api2_2x/Pose.c
parentce4dcda91a3a85248c398cbf9115bedc71236c54 (diff)
remove Constraint.h since it doesn't exist.
Provided by Letterrip. Kent
Diffstat (limited to 'source/blender/python/api2_2x/Pose.c')
-rw-r--r--source/blender/python/api2_2x/Pose.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Pose.c b/source/blender/python/api2_2x/Pose.c
index 4f9f9b77cfa..c00dbd4828a 100644
--- a/source/blender/python/api2_2x/Pose.c
+++ b/source/blender/python/api2_2x/Pose.c
@@ -49,7 +49,6 @@
#include "BLI_arithb.h"
#include "Mathutils.h"
#include "Object.h"
-#include "Constraint.h"
#include "NLA.h"
#include "gen_utils.h"