Remove unecessary headers

This commit is contained in:
Atlante45 2015-07-27 11:29:15 -07:00
parent f4a9f21869
commit 1e766faa88

View file

@ -20,10 +20,10 @@
#include <QtCore/QObject>
#include <QtNetwork/QUdpSocket>
#include "../HifiSockAddr.h"
#include "Packet.h"
namespace udt {
class Packet;
class HifiSockAddr;
using PacketFilterOperator = std::function<bool(const Packet&)>;