mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Move some include files around
This commit is contained in:
parent
a4b8bf0be6
commit
e1b0e5a2dd
6 changed files with 8 additions and 8 deletions
|
@ -17,6 +17,9 @@
|
|||
#include <ScriptCache.h>
|
||||
#include <EntityEditFilters.h>
|
||||
#include <NetworkingConstants.h>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <AddressManager.h>
|
||||
|
||||
#include "AssignmentParentFinder.h"
|
||||
#include "EntityNodeData.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "EntityItem.h"
|
||||
#include "EntityServerConsts.h"
|
||||
#include "EntityTree.h"
|
||||
#include <QJsonArray>
|
||||
|
||||
/// Handles assignments of type EntityServer - sending entities to various clients.
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "EntitiesLogging.h"
|
||||
#include "EntityItem.h"
|
||||
#include "EntityItemProperties.h"
|
||||
#include <AddressManager.h>
|
||||
|
||||
EntityEditPacketSender::EntityEditPacketSender() {
|
||||
auto& packetReceiver = DependencyManager::get<NodeList>()->getPacketReceiver();
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#include "EntityItem.h"
|
||||
#include "AvatarData.h"
|
||||
|
||||
#include <AddressManager.h>
|
||||
|
||||
/// Utility for processing, packing, queueing and sending of outbound edit voxel messages.
|
||||
class EntityEditPacketSender : public OctreeEditPacketSender {
|
||||
Q_OBJECT
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
#include <openssl/pem.h>
|
||||
#include <openssl/x509.h>
|
||||
#include <NetworkingConstants.h>
|
||||
#include "AccountManager.h"
|
||||
#include <QJsonObject>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonArray>
|
||||
|
||||
#include <QtScript/QScriptEngine>
|
||||
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
#include <QSet>
|
||||
#include <QVector>
|
||||
|
||||
#include "AccountManager.h"
|
||||
#include <QJsonObject>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonArray>
|
||||
|
||||
#include <Octree.h>
|
||||
#include <SpatialParentFinder.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue