Refactor: Move BPY mathutils headers to proper C++ ones.
This module actually was confusing, since only a few headers were effectively still C ones (using the `extern "C"` blocks)...
This commit is contained in:
committed by
Bastien Montagne
parent
4dd11465bc
commit
4fac7828e4
@@ -19,8 +19,8 @@
|
||||
#include "../generic/py_capi_utils.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
|
||||
#include "mathutils.h"
|
||||
#include "mathutils_kdtree.h" /* own include */
|
||||
#include "mathutils.hh"
|
||||
#include "mathutils_kdtree.hh" /* own include */
|
||||
|
||||
#include "BLI_strict_flags.h" /* Keep last. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user