diff --git a/utility.h b/utility.h index 2a640a8..f37dd3f 100644 --- a/utility.h +++ b/utility.h @@ -1,10 +1,9 @@ #ifndef HEADER_VOXEL_UTILITY_H #define HEADER_VOXEL_UTILITY_H -#include -#include -#include #include "vector3i.h" +#include +#include // Takes elements starting from a given position and moves them at the beginning, // then shrink the array to fit them. Other elements are discarded.