Refactor array_utils out of BLI_array
BLI_array.h is for resizing array macros, where as array_utils can operate on any arrays.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define USE_BEAUTIFY
|
||||
|
||||
extern "C" {
|
||||
#include "BLI_array.h"
|
||||
#include "BLI_array_utils.h"
|
||||
#include "BLI_polyfill2d.h"
|
||||
#include "BLI_math.h"
|
||||
#include "BLI_edgehash.h"
|
||||
|
Reference in New Issue
Block a user