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

@@ -31,6 +31,8 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "bmesh.h"
#include "bmesh_py_types.h"
@@ -40,8 +42,6 @@
#include "bmesh_py_utils.h"
#include "BLI_utildefines.h"
#include "BKE_tessmesh.h"
#include "DNA_mesh_types.h"