Cleanup: header grouping

Group includes, this is mostly being done already but had become mixed
up in some areas.
This commit is contained in:
Campbell Barton
2025-07-30 13:56:21 +10:00
parent 503429df1d
commit f281f5a500
58 changed files with 106 additions and 57 deletions

View File

@@ -13,12 +13,14 @@
/* Used for PolyFill */
#ifndef MATH_STANDALONE /* define when building outside blender */
# include "BKE_curve.hh"
# include "BKE_displist.h"
# include "BLI_boxpack_2d.h"
# include "BLI_convexhull_2d.hh"
# include "BLI_delaunay_2d.hh"
# include "BLI_listbase.h"
# include "BKE_curve.hh"
# include "BKE_displist.h"
# include "MEM_guardedalloc.h"
#endif /* !MATH_STANDALONE */