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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-15 10:08:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-15 10:08:27 +0400
commit6ed9c58a3db5abe45b3c07cf9ab62a1c4099f77b (patch)
treed85cfc07354c2ce300994d1108f9cf8a1ac58bcb /source/blender/python/bmesh/bmesh_py_api.c
parentf53888c5ccc95f2ad362b0e3b2e03f04d26983b0 (diff)
prepare for adding bmesh py api for customdata layer access - no functional changes.
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_api.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_api.c b/source/blender/python/bmesh/bmesh_py_api.c
index 5526926ec8e..e3d0455073e 100644
--- a/source/blender/python/bmesh/bmesh_py_api.c
+++ b/source/blender/python/bmesh/bmesh_py_api.c
@@ -34,8 +34,8 @@
#include "bmesh.h"
#include "bmesh_py_types.h"
+#include "bmesh_py_types_select.h"
#include "bmesh_py_utils.h"
-#include "bmesh_py_select.h"
#include "BLI_utildefines.h"