fix includes for HifiSockAddr

This commit is contained in:
Stephen Birarda 2014-11-03 11:44:15 -08:00
parent 2746733687
commit e976942515
2 changed files with 3 additions and 4 deletions

View file

@ -9,9 +9,9 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <QtCore/QDataStream>
#include <QtNetwork/QHostInfo>
#include <QtNetwork/QNetworkInterface>
#include <qdatastream.h>
#include <qhostinfo.h>
#include <qnetworkinterface.h>
#include "HifiSockAddr.h"

View file

@ -19,7 +19,6 @@
#include <netinet/in.h>
#endif
#include <qhostaddress.h>
#include <qhostinfo.h>
class HifiSockAddr : public QObject {