Update includes for moved files

This commit is contained in:
Atlante45 2015-07-13 15:28:55 -07:00
parent 4a22f18add
commit c80df94b06
58 changed files with 60 additions and 58 deletions

View file

@ -19,7 +19,7 @@
#include <AvatarHashMap.h> #include <AvatarHashMap.h>
#include <NetworkAccessManager.h> #include <NetworkAccessManager.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <ResourceCache.h> #include <ResourceCache.h>
#include <SoundCache.h> #include <SoundCache.h>
#include <UUID.h> #include <UUID.h>

View file

@ -26,7 +26,7 @@
#include <LogUtils.h> #include <LogUtils.h>
#include <LimitedNodeList.h> #include <LimitedNodeList.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <ShutdownEventListener.h> #include <ShutdownEventListener.h>
#include <SoundCache.h> #include <SoundCache.h>

View file

@ -18,7 +18,7 @@
#include "AssignmentClientMonitor.h" #include "AssignmentClientMonitor.h"
#include "AssignmentClientApp.h" #include "AssignmentClientApp.h"
#include "AssignmentClientChildData.h" #include "AssignmentClientChildData.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "SharedUtil.h" #include "SharedUtil.h"

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "Agent.h" #include "Agent.h"
#include "AssignmentFactory.h" #include "AssignmentFactory.h"

View file

@ -45,7 +45,7 @@
#include <NodeList.h> #include <NodeList.h>
#include <Node.h> #include <Node.h>
#include <OctreeConstants.h> #include <OctreeConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <StDev.h> #include <StDev.h>
#include <UUID.h> #include <UUID.h>

View file

@ -12,7 +12,7 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <QtCore/QJsonArray> #include <QtCore/QJsonArray>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <UUID.h> #include <UUID.h>
#include "InjectedAudioStream.h" #include "InjectedAudioStream.h"

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "AvatarAudioStream.h" #include "AvatarAudioStream.h"

View file

@ -20,7 +20,7 @@
#include <LogHandler.h> #include <LogHandler.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <UUID.h> #include <UUID.h>
#include <TryLocker.h> #include <TryLocker.h>

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "AvatarMixerClientData.h" #include "AvatarMixerClientData.h"

View file

@ -22,7 +22,7 @@
#include <AvatarData.h> #include <AvatarData.h>
#include <NodeData.h> #include <NodeData.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SimpleMovingAverage.h> #include <SimpleMovingAverage.h>
#include <UUIDHasher.h> #include <UUIDHasher.h>

View file

@ -12,7 +12,7 @@
#ifndef hifi_EntityNodeData_h #ifndef hifi_EntityNodeData_h
#define hifi_EntityNodeData_h #define hifi_EntityNodeData_h
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "../octree/OctreeQueryNode.h" #include "../octree/OctreeQueryNode.h"

View file

@ -12,7 +12,7 @@
#include <limits> #include <limits>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PerfStat.h> #include <PerfStat.h>
#include "OctreeServer.h" #include "OctreeServer.h"

View file

@ -14,7 +14,7 @@
#include <cstring> #include <cstring>
#include <cstdio> #include <cstdio>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <UUID.h> #include <UUID.h>

View file

@ -11,7 +11,7 @@
#include <NodeList.h> #include <NodeList.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PerfStat.h> #include <PerfStat.h>
#include "OctreeSendThread.h" #include "OctreeSendThread.h"

View file

@ -13,7 +13,7 @@
#include <HifiSockAddr.h> #include <HifiSockAddr.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include "OctreeServerDatagramProcessor.h" #include "OctreeServerDatagramProcessor.h"

View file

@ -29,7 +29,7 @@
#include <JSONBreakableMarshal.h> #include <JSONBreakableMarshal.h>
#include <LogUtils.h> #include <LogUtils.h>
#include <NetworkingConstants.h> #include <NetworkingConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SettingHandle.h> #include <SettingHandle.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <ShutdownEventListener.h> #include <ShutdownEventListener.h>

View file

@ -14,7 +14,7 @@
#include <QtCore/QVariant> #include <QtCore/QVariant>
#include <JSONBreakableMarshal.h> #include <JSONBreakableMarshal.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "DomainServerNodeData.h" #include "DomainServerNodeData.h"

View file

@ -12,7 +12,7 @@
#include <QTimer> #include <QTimer>
#include <LimitedNodeList.h> #include <LimitedNodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include "IceServer.h" #include "IceServer.h"

View file

@ -81,7 +81,7 @@
#include <ObjectMotionState.h> #include <ObjectMotionState.h>
#include <OctalCode.h> #include <OctalCode.h>
#include <OctreeSceneStats.h> #include <OctreeSceneStats.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PathUtils.h> #include <PathUtils.h>
#include <PerfStat.h> #include <PerfStat.h>
#include <PhysicsEngine.h> #include <PhysicsEngine.h>

View file

@ -31,7 +31,7 @@
#include <NodeList.h> #include <NodeList.h>
#include <OctreeQuery.h> #include <OctreeQuery.h>
#include <OffscreenUi.h> #include <OffscreenUi.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PhysicalEntitySimulation.h> #include <PhysicalEntitySimulation.h>
#include <PhysicsEngine.h> #include <PhysicsEngine.h>
#include <ScriptEngine.h> #include <ScriptEngine.h>
@ -48,7 +48,6 @@
#include "FileLogger.h" #include "FileLogger.h"
#include "GLCanvas.h" #include "GLCanvas.h"
#include "Menu.h" #include "Menu.h"
#include "PacketHeaders.h"
#include "Physics.h" #include "Physics.h"
#include "Stars.h" #include "Stars.h"
#include "avatar/Avatar.h" #include "avatar/Avatar.h"
@ -56,6 +55,7 @@
#include "devices/SixenseManager.h" #include "devices/SixenseManager.h"
#include "scripting/ControllerScriptingInterface.h" #include "scripting/ControllerScriptingInterface.h"
#include "scripting/WebWindowClass.h" #include "scripting/WebWindowClass.h"
#include "udt/PacketHeaders.h"
#include "ui/BandwidthDialog.h" #include "ui/BandwidthDialog.h"
#include "ui/HMDToolsDialog.h" #include "ui/HMDToolsDialog.h"
#include "ui/ModelsBrowser.h" #include "ui/ModelsBrowser.h"

View file

@ -28,7 +28,7 @@
#include <LODManager.h> #include <LODManager.h>
#include <NodeList.h> #include <NodeList.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PathUtils.h> #include <PathUtils.h>
#include <PerfStat.h> #include <PerfStat.h>
#include <SharedUtil.h> #include <SharedUtil.h>

View file

@ -26,7 +26,7 @@
#include <DependencyManager.h> #include <DependencyManager.h>
#include <GeometryUtil.h> #include <GeometryUtil.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PathUtils.h> #include <PathUtils.h>
#include <PerfStat.h> #include <PerfStat.h>
#include <ShapeCollider.h> #include <ShapeCollider.h>

View file

@ -50,7 +50,7 @@ extern "C" {
#include <soxr.h> #include <soxr.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PositionalAudioStream.h> #include <PositionalAudioStream.h>
#include <SettingHandle.h> #include <SettingHandle.h>
#include <SharedUtil.h> #include <SharedUtil.h>

View file

@ -13,7 +13,7 @@
#include <QtCore/QDataStream> #include <QtCore/QDataStream>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <UUID.h> #include <UUID.h>
#include <soxr.h> #include <soxr.h>

View file

@ -16,7 +16,7 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "AudioLogging.h" #include "AudioLogging.h"

View file

@ -12,7 +12,7 @@
#include <glm/glm.hpp> #include <glm/glm.hpp>
#include "InboundAudioStream.h" #include "InboundAudioStream.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
const int STARVE_HISTORY_CAPACITY = 50; const int STARVE_HISTORY_CAPACITY = 50;

View file

@ -14,7 +14,7 @@
#include <NodeData.h> #include <NodeData.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <StDev.h> #include <StDev.h>
#include "AudioRingBuffer.h" #include "AudioRingBuffer.h"

View file

@ -14,7 +14,7 @@
#include <QtCore/QDataStream> #include <QtCore/QDataStream>
#include <QtCore/qdebug.h> #include <QtCore/qdebug.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <UUID.h> #include <UUID.h>
#include "InjectedAudioStream.h" #include "InjectedAudioStream.h"

View file

@ -13,7 +13,7 @@
#define hifi_MixedAudioStream_h #define hifi_MixedAudioStream_h
#include "InboundAudioStream.h" #include "InboundAudioStream.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
class MixedAudioStream : public InboundAudioStream { class MixedAudioStream : public InboundAudioStream {
public: public:

View file

@ -18,7 +18,7 @@
#include <QtCore/QDataStream> #include <QtCore/QDataStream>
#include <Node.h> #include <Node.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <UUID.h> #include <UUID.h>
PositionalAudioStream::PositionalAudioStream(PositionalAudioStream::Type type, bool isStereo, const InboundAudioStream::Settings& settings) : PositionalAudioStream::PositionalAudioStream(PositionalAudioStream::Type type, bool isStereo, const InboundAudioStream::Settings& settings) :

View file

@ -21,7 +21,7 @@
#include <NetworkAccessManager.h> #include <NetworkAccessManager.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <GLMHelpers.h> #include <GLMHelpers.h>
#include <StreamUtils.h> #include <StreamUtils.h>
#include <UUID.h> #include <UUID.h>

View file

@ -10,7 +10,7 @@
// //
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include "AvatarLogging.h" #include "AvatarLogging.h"

View file

@ -12,7 +12,7 @@
#include <assert.h> #include <assert.h>
#include <PerfStat.h> #include <PerfStat.h>
#include <OctalCode.h> #include <OctalCode.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "EntityEditPacketSender.h" #include "EntityEditPacketSender.h"
#include "EntitiesLogging.h" #include "EntitiesLogging.h"
#include "EntityItem.h" #include "EntityItem.h"

View file

@ -12,7 +12,7 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QDebug> #include <QDebug>
#include <BufferParser.h> #include <BufferParser.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "RegisteredMetaTypes.h" #include "RegisteredMetaTypes.h"
#include "EntityItemID.h" #include "EntityItemID.h"

View file

@ -12,7 +12,7 @@
#ifndef hifi_EntityTreeHeadlessViewer_h #ifndef hifi_EntityTreeHeadlessViewer_h
#define hifi_EntityTreeHeadlessViewer_h #define hifi_EntityTreeHeadlessViewer_h
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <Octree.h> #include <Octree.h>
#include <OctreePacketData.h> #include <OctreePacketData.h>

View file

@ -12,7 +12,7 @@
#include <cstring> #include <cstring>
#include "EnvironmentData.h" #include "EnvironmentData.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
// initial values from Sean O'Neil's GPU Gems entry (http://http.developer.nvidia.com/GPUGems2/gpugems2_chapter16.html), // initial values from Sean O'Neil's GPU Gems entry (http://http.developer.nvidia.com/GPUGems2/gpugems2_chapter16.html),
// GameEngine.cpp // GameEngine.cpp

View file

@ -24,7 +24,7 @@
#include <SettingHandle.h> #include <SettingHandle.h>
#include "NodeList.h" #include "NodeList.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "RSAKeypairGenerator.h" #include "RSAKeypairGenerator.h"
#include "SharedUtil.h" #include "SharedUtil.h"

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "SharedUtil.h" #include "SharedUtil.h"
#include "UUID.h" #include "UUID.h"

View file

@ -16,7 +16,7 @@
#include "Assignment.h" #include "Assignment.h"
#include "HifiSockAddr.h" #include "HifiSockAddr.h"
#include "NodeList.h" #include "NodeList.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "SharedUtil.h" #include "SharedUtil.h"
#include "UserActivityLogger.h" #include "UserActivityLogger.h"
#include "NetworkLogging.h" #include "NetworkLogging.h"

View file

@ -33,6 +33,8 @@
#include "UUID.h" #include "UUID.h"
#include "NetworkLogging.h" #include "NetworkLogging.h"
#include "udt/udt.h"
const char SOLO_NODE_TYPES[2] = { const char SOLO_NODE_TYPES[2] = {
NodeType::AvatarMixer, NodeType::AvatarMixer,
NodeType::AudioMixer NodeType::AudioMixer

View file

@ -38,7 +38,7 @@
#include "DomainHandler.h" #include "DomainHandler.h"
#include "Node.h" #include "Node.h"
#include "NLPacket.h" #include "NLPacket.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "NLPacketList.h" #include "NLPacketList.h"
#include "UUIDHasher.h" #include "UUIDHasher.h"

View file

@ -12,7 +12,7 @@
#ifndef hifi_NLPacket_h #ifndef hifi_NLPacket_h
#define hifi_NLPacket_h #define hifi_NLPacket_h
#include "Packet.h" #include "udt/Packet.h"
class NLPacket : public Packet { class NLPacket : public Packet {
Q_OBJECT Q_OBJECT

View file

@ -24,7 +24,7 @@
#include "NetworkPeer.h" #include "NetworkPeer.h"
#include "NodeData.h" #include "NodeData.h"
#include "NodeType.h" #include "NodeType.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "SimpleMovingAverage.h" #include "SimpleMovingAverage.h"
#include "MovingPercentile.h" #include "MovingPercentile.h"

View file

@ -25,7 +25,7 @@
#include "HifiSockAddr.h" #include "HifiSockAddr.h"
#include "JSONBreakableMarshal.h" #include "JSONBreakableMarshal.h"
#include "NodeList.h" #include "NodeList.h"
#include "PacketHeaders.h" #include "udt/PacketHeaders.h"
#include "SharedUtil.h" #include "SharedUtil.h"
#include "UUID.h" #include "UUID.h"
#include "NetworkLogging.h" #include "NetworkLogging.h"

View file

@ -11,7 +11,7 @@
#include "Packet.h" #include "Packet.h"
#include "LimitedNodeList.h" #include "../LimitedNodeList.h"
qint64 Packet::localHeaderSize(PacketType::Value type) { qint64 Packet::localHeaderSize(PacketType::Value type) {
qint64 size = numBytesForArithmeticCodedPacketType(type) + sizeof(PacketVersion) + qint64 size = numBytesForArithmeticCodedPacketType(type) + sizeof(PacketVersion) +

View file

@ -13,7 +13,7 @@
#include <OctalCode.h> #include <OctalCode.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "JurisdictionListener.h" #include "JurisdictionListener.h"
JurisdictionListener::JurisdictionListener(NodeType_t type) : JurisdictionListener::JurisdictionListener(NodeType_t type) :

View file

@ -16,7 +16,7 @@
#include <DependencyManager.h> #include <DependencyManager.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <OctalCode.h> #include <OctalCode.h>
#include "OctreeLogging.h" #include "OctreeLogging.h"

View file

@ -13,7 +13,7 @@
#include <OctalCode.h> #include <OctalCode.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "JurisdictionSender.h" #include "JurisdictionSender.h"

View file

@ -36,7 +36,7 @@
#include <LogHandler.h> #include <LogHandler.h>
#include <NetworkAccessManager.h> #include <NetworkAccessManager.h>
#include <OctalCode.h> #include <OctalCode.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include <Shape.h> #include <Shape.h>
#include <PathUtils.h> #include <PathUtils.h>

View file

@ -14,7 +14,7 @@
#include <PerfStat.h> #include <PerfStat.h>
#include <OctalCode.h> #include <OctalCode.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "OctreeLogging.h" #include "OctreeLogging.h"
#include "OctreeEditPacketSender.h" #include "OctreeEditPacketSender.h"

View file

@ -13,7 +13,7 @@
#define hifi_OctreeEditPacketSender_h #define hifi_OctreeEditPacketSender_h
#include <PacketSender.h> #include <PacketSender.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "JurisdictionMap.h" #include "JurisdictionMap.h"
#include "SentPacketHistory.h" #include "SentPacketHistory.h"

View file

@ -12,7 +12,7 @@
#ifndef hifi_OctreeHeadlessViewer_h #ifndef hifi_OctreeHeadlessViewer_h
#define hifi_OctreeHeadlessViewer_h #define hifi_OctreeHeadlessViewer_h
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <SharedUtil.h> #include <SharedUtil.h>
#include "JurisdictionListener.h" #include "JurisdictionListener.h"

View file

@ -27,7 +27,7 @@
#include <QUuid> #include <QUuid>
#include <LimitedNodeList.h> // for MAX_PACKET_SIZE #include <LimitedNodeList.h> // for MAX_PACKET_SIZE
#include <PacketHeaders.h> // for MAX_PACKET_HEADER_BYTES #include <udt/PacketHeaders.h> // for MAX_PACKET_HEADER_BYTES
#include <SharedUtil.h> #include <SharedUtil.h>
#include <ShapeInfo.h> #include <ShapeInfo.h>
#include <BackgroundMode.h> #include <BackgroundMode.h>

View file

@ -10,7 +10,7 @@
// //
#include <GLMHelpers.h> #include <GLMHelpers.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "OctreeConstants.h" #include "OctreeConstants.h"
#include "OctreeQuery.h" #include "OctreeQuery.h"

View file

@ -17,7 +17,7 @@
#include <QObject> #include <QObject>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <RenderArgs.h> #include <RenderArgs.h>
#include <SharedUtil.h> #include <SharedUtil.h>

View file

@ -15,7 +15,7 @@
#include <LogHandler.h> #include <LogHandler.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include "OctreePacketData.h" #include "OctreePacketData.h"
#include "OctreeElement.h" #include "OctreeElement.h"

View file

@ -17,7 +17,7 @@
#include <GeometryUtil.h> #include <GeometryUtil.h>
#include <NumericalConstants.h> #include <NumericalConstants.h>
#include <OctreePacketData.h> #include <OctreePacketData.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <PathUtils.h> #include <PathUtils.h>
#include <SharedUtil.h> #include <SharedUtil.h>

View file

@ -24,7 +24,7 @@
#include <EntityScriptingInterface.h> #include <EntityScriptingInterface.h>
#include <NetworkAccessManager.h> #include <NetworkAccessManager.h>
#include <NodeList.h> #include <NodeList.h>
#include <PacketHeaders.h> #include <udt/PacketHeaders.h>
#include <UUID.h> #include <UUID.h>
#include "AnimationObject.h" #include "AnimationObject.h"