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