Cleanup: move BLI_strict_flags.h last, not that it should be kept last
Also add a note in the header why it should be kept last.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
# include "../bmesh/bmesh_py_types.h"
|
||||
#endif /* MATH_STANDALONE */
|
||||
|
||||
#include "BLI_strict_flags.h"
|
||||
#include "BLI_strict_flags.h" /* Keep last. */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Documentation String (snippets)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "mathutils.h"
|
||||
#include "mathutils_kdtree.h" /* own include */
|
||||
|
||||
#include "BLI_strict_flags.h"
|
||||
#include "BLI_strict_flags.h" /* Keep last. */
|
||||
|
||||
struct PyKDTree {
|
||||
PyObject_HEAD
|
||||
|
||||
Reference in New Issue
Block a user