mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 09:33:11 +02:00
Remove unecessary headers
This commit is contained in:
parent
f4a9f21869
commit
1e766faa88
1 changed files with 3 additions and 3 deletions
|
@ -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&)>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue