From 1135434ed18b4d89505ce0ce9673bf801e4b48e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Mar 2007 04:05:45 +0000 Subject: moved python functions that deal with blender libdata into gen_library.c from gen_utils and BPY_interface small cleanup, removed unused functions and explicetly cast pointers.. --- source/blender/python/api2_2x/NLA.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/NLA.c') diff --git a/source/blender/python/api2_2x/NLA.c b/source/blender/python/api2_2x/NLA.c index 5cfed7b4e29..2c7f466cb56 100644 --- a/source/blender/python/api2_2x/NLA.c +++ b/source/blender/python/api2_2x/NLA.c @@ -43,6 +43,7 @@ #include "Object.h" #include "Ipo.h" #include "gen_utils.h" +#include "gen_library.h" #include "blendef.h" #include "MEM_guardedalloc.h" -- cgit v1.2.3