clean up headers

This commit is contained in:
ZappoMan 2014-03-31 15:15:54 -07:00
parent 514f43c6cc
commit 27f42b5b86

View file

@ -13,14 +13,11 @@
#include <GenericThread.h>
#include <NetworkPacket.h>
#include <OctreeElementBag.h>
class OctreeServer;
class OctreeQueryNode;
#include <ThreadedAssignment.h>
#include "OctreeQueryNode.h"
#include "OctreeServer.h"
class OctreeServer;
/// Threaded processor for sending voxel packets to a single client
class OctreeSendThread : public GenericThread {