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:
Campbell Barton
2024-02-14 13:40:31 +11:00
parent e6e4e6c287
commit 3f8cd44485
95 changed files with 167 additions and 127 deletions

View File

@@ -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)

View File

@@ -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