code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user