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:
authorMichel Selten <michel@mselten.demon.nl>2003-07-20 22:06:06 +0400
committerMichel Selten <michel@mselten.demon.nl>2003-07-20 22:06:06 +0400
commit2ccf7ffb84ef035563d5ad0289b76274b70fee36 (patch)
tree049065ff34a73e3ebecf8374e53a457b042ee3d4 /source/blender/python/api2_2x/Ipocurve.c
parent5a7db88f59a910cd9c1dc48bbc083bfd3f36bdf5 (diff)
* removed the #include .c statements and replaced them with corresponding .h
files. * updated the build environment to include the needed .c files. * Updated the modules.h file to expose the necessary functions to other modules.
Diffstat (limited to 'source/blender/python/api2_2x/Ipocurve.c')
-rw-r--r--source/blender/python/api2_2x/Ipocurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Ipocurve.c b/source/blender/python/api2_2x/Ipocurve.c
index cdf43125b35..7a329fce2b1 100644
--- a/source/blender/python/api2_2x/Ipocurve.c
+++ b/source/blender/python/api2_2x/Ipocurve.c
@@ -30,7 +30,7 @@
*/
#include "Ipocurve.h"
-#include "BezTriple.c"
+#include "BezTriple.h"
/*****************************************************************************/
/* Function: M_IpoCurve_New */
/* Python equivalent: Blender.IpoCurve.New */