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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-07-25 00:39:13 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-25 00:39:13 +0400
commit2860bc5d5b1b2495c52a64eb7b30490e24ca4a41 (patch)
treea6ed765de3b7d66f1e28e7652f483194f690c028 /source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
parenta0359c37506d05589bae86e4818fa653c8f281ab (diff)
soc-2008-mxcurioni: cleaned up the Convert header file to prevent cyclic or header positioning problems and adapted classes accordingly
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
index 56dc76f0acd..bee852a96cb 100644
--- a/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
@@ -1,7 +1,9 @@
#include "BPy_FEdge.h"
#include "../BPy_Convert.h"
+#include "../BPy_Id.h"
#include "../Interface0D/BPy_SVertex.h"
+#include "../BPy_Nature.h"
#ifdef __cplusplus
extern "C" {