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:
authorDaniel Dunbar <daniel@zuster.org>2004-03-29 17:59:55 +0400
committerDaniel Dunbar <daniel@zuster.org>2004-03-29 17:59:55 +0400
commit5d8a0fe8bcec2d83c1cdb6a3f450ad69ce998802 (patch)
treeb4f74fdef5fa64731673a460af34e487a4eb8257 /source/blender/python/api2_2x/Curve.h
parent6d8c0dc72c6f25596b099e2f1fca5f054112508f (diff)
- change <bpy_types.h> to "bpy_types.h"
Diffstat (limited to 'source/blender/python/api2_2x/Curve.h')
-rw-r--r--source/blender/python/api2_2x/Curve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Curve.h b/source/blender/python/api2_2x/Curve.h
index a42aa13a611..713905d3ff5 100644
--- a/source/blender/python/api2_2x/Curve.h
+++ b/source/blender/python/api2_2x/Curve.h
@@ -32,6 +32,6 @@
#ifndef EXPP_CURVE_H
#define EXPP_CURVE_H
-#include <bpy_types.h>
+#include "bpy_types.h"
#endif /* EXPP_CURVE_H */