mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:13:10 +02:00
clean up includes
This commit is contained in:
parent
faa062f8ab
commit
0f9df4a8ee
1 changed files with 5 additions and 5 deletions
|
@ -10,16 +10,16 @@
|
|||
#define __hifi__OctreeQueryNode__
|
||||
|
||||
#include <iostream>
|
||||
#include <NodeData.h>
|
||||
#include <OctreePacketData.h>
|
||||
#include <OctreeQuery.h>
|
||||
|
||||
|
||||
#include <CoverageMap.h>
|
||||
#include <NodeData.h>
|
||||
#include <OctreeConstants.h>
|
||||
#include <OctreeElementBag.h>
|
||||
#include <OctreePacketData.h>
|
||||
#include <OctreeQuery.h>
|
||||
#include <OctreeSceneStats.h>
|
||||
|
||||
#include "OctreeServer.h"
|
||||
#include <ThreadedAssignment.h> // for SharedAssignmentPointer
|
||||
|
||||
class OctreeSendThread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue