code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).

This commit is contained in:
2012-03-24 01:24:58 +00:00
parent 0c898514f0
commit 3c11379e26
28 changed files with 93 additions and 95 deletions

View File

@@ -32,14 +32,14 @@
#include <Python.h>
#include "bmesh.h"
#include "bmesh_py_types.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"
#include "bmesh.h"
#include "bmesh_py_types.h"
#include "bmesh_py_utils.h" /* own include */