Cleanup: Move BLI_delaunay_2d.hh to C++

This commit is contained in:
Hans Goudey
2023-12-14 10:05:35 -05:00
parent 5b053204ed
commit 451aa56d9c
9 changed files with 20 additions and 30 deletions

View File

@@ -18,7 +18,7 @@
# include "BLI_blenlib.h"
# include "BLI_boxpack_2d.h"
# include "BLI_convexhull_2d.h"
# include "BLI_delaunay_2d.h"
# include "BLI_delaunay_2d.hh"
# include "MEM_guardedalloc.h"
#endif /* !MATH_STANDALONE */