mirror of
https://github.com/overte-org/overte.git
synced 2025-08-15 16:09:34 +02:00
clean up headers
This commit is contained in:
parent
514f43c6cc
commit
27f42b5b86
1 changed files with 3 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue