remove un-needed AgentList include from VoxelSystem

This commit is contained in:
Stephen Birarda 2013-03-25 16:23:42 -07:00
parent 3ca5263582
commit c8190b95aa

View file

@ -12,7 +12,6 @@
#include <fstream> // to load voxels from file
#include <SharedUtil.h>
#include <OctalCode.h>
#include <AgentList.h>
#include "VoxelSystem.h"
const int MAX_VOXELS_PER_SYSTEM = 250000;