mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
remove NLPacket forward declare
This commit is contained in:
parent
8935baf3aa
commit
302e502d84
2 changed files with 0 additions and 4 deletions
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include <QDebug>
|
||||
|
||||
#include "NLPacket.h"
|
||||
|
||||
template <typename T> PacketList<T>::PacketList(PacketType::Value packetType) :
|
||||
_packetType(packetType)
|
||||
{
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include "PacketHeaders.h"
|
||||
|
||||
class NLPacket;
|
||||
|
||||
template <typename T> class PacketList : public QIODevice {
|
||||
public:
|
||||
PacketList(PacketType::Value packetType);
|
||||
|
|
Loading…
Reference in a new issue