mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +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 <QDebug>
|
||||||
|
|
||||||
#include "NLPacket.h"
|
|
||||||
|
|
||||||
template <typename T> PacketList<T>::PacketList(PacketType::Value packetType) :
|
template <typename T> PacketList<T>::PacketList(PacketType::Value packetType) :
|
||||||
_packetType(packetType)
|
_packetType(packetType)
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
#include "PacketHeaders.h"
|
#include "PacketHeaders.h"
|
||||||
|
|
||||||
class NLPacket;
|
|
||||||
|
|
||||||
template <typename T> class PacketList : public QIODevice {
|
template <typename T> class PacketList : public QIODevice {
|
||||||
public:
|
public:
|
||||||
PacketList(PacketType::Value packetType);
|
PacketList(PacketType::Value packetType);
|
||||||
|
|
Loading…
Reference in a new issue