From c8190b95aaa1d0bf77930053766a2c9c56ffaee6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 25 Mar 2013 16:23:42 -0700 Subject: [PATCH] remove un-needed AgentList include from VoxelSystem --- interface/src/VoxelSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 4e88d01ddf..94775d1b50 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -12,7 +12,6 @@ #include // to load voxels from file #include #include -#include #include "VoxelSystem.h" const int MAX_VOXELS_PER_SYSTEM = 250000;