mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 01:36:26 +02:00
Remove unecessary headers
This commit is contained in:
parent
f4a9f21869
commit
1e766faa88
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@
|
|||
#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&)>;
|
||||
|
||||
using BasePacketHandler = std::function<void(std::unique_ptr<BasePacket>)>;
|
||||
|
|
Loading…
Reference in a new issue