fix headers for move of UUID to shared

This commit is contained in:
Stephen Birarda 2015-09-01 10:20:06 -06:00
parent 4824b38465
commit be78d7f3aa
8 changed files with 19 additions and 10 deletions

View file

@ -18,11 +18,12 @@
#include <GLMHelpers.h>
#include <SettingHandle.h>
#include <UUID.h>
#include "AddressManager.h"
#include "NodeList.h"
#include "NetworkLogging.h"
#include "UUID.h"
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
const QString SETTINGS_CURRENT_ADDRESS_KEY = "address";

View file

@ -16,7 +16,8 @@
#include <QtCore/QDebug>
#include <QtCore/QDataStream>
#include "UUID.h"
#include <UUID.h>
#include "NetworkLogging.h"
#include "DataServerAccountInfo.h"

View file

@ -26,11 +26,11 @@
#include <LogHandler.h>
#include <NumericalConstants.h>
#include <SharedUtil.h>
#include <UUID.h>
#include "AccountManager.h"
#include "Assignment.h"
#include "HifiSockAddr.h"
#include "UUID.h"
#include "NetworkLogging.h"
#include "udt/Packet.h"

View file

@ -14,7 +14,8 @@
#include <QtCore/QSharedPointer>
#include "UUID.h"
#include <UUID.h>
#include "udt/Packet.h"
class NLPacket : public udt::Packet {

View file

@ -16,10 +16,11 @@
#include <QtCore/QDataStream>
#include <SharedUtil.h>
#include <UUID.h>
#include "BandwidthRecorder.h"
#include "NetworkLogging.h"
#include "UUID.h"
NetworkPeer::NetworkPeer(QObject* parent) :
QObject(parent),

View file

@ -12,9 +12,10 @@
#include <cstring>
#include <stdio.h>
#include <UUID.h>
#include "Node.h"
#include "SharedUtil.h"
#include "UUID.h"
#include <QtCore/QDataStream>
#include <QtCore/QDebug>

View file

@ -9,6 +9,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "NodeList.h"
#include <QtCore/QDataStream>
#include <QtCore/QDebug>
#include <QtCore/QJsonDocument>
@ -19,17 +21,18 @@
#include <ApplicationVersion.h>
#include <LogHandler.h>
#include <UUID.h>
#include "AccountManager.h"
#include "AddressManager.h"
#include "Assignment.h"
#include "HifiSockAddr.h"
#include "JSONBreakableMarshal.h"
#include "NodeList.h"
#include "NetworkLogging.h"
#include "udt/PacketHeaders.h"
#include "SharedUtil.h"
#include "UUID.h"
#include "NetworkLogging.h"
NodeList::NodeList(char newOwnerType, unsigned short socketListenPort, unsigned short dtlsListenPort) :
LimitedNodeList(socketListenPort, dtlsListenPort),

View file

@ -11,7 +11,8 @@
#include <QtCore/QJsonObject>
#include "UUID.h"
#include <UUID.h>
#include "WalletTransaction.h"