From 6fc70a66c1c1de0dc8224f3d058f093292ba2d56 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sat, 13 Apr 2019 18:47:35 +0100 Subject: [PATCH] Remove reference to dvector.h --- utility.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.