remove NLPacket forward declare

This commit is contained in:
Stephen Birarda 2015-07-08 20:17:21 -07:00
parent 8935baf3aa
commit 302e502d84
2 changed files with 0 additions and 4 deletions

View file

@ -13,8 +13,6 @@
#include <QDebug>
#include "NLPacket.h"
template <typename T> PacketList<T>::PacketList(PacketType::Value packetType) :
_packetType(packetType)
{

View file

@ -16,8 +16,6 @@
#include "PacketHeaders.h"
class NLPacket;
template <typename T> class PacketList : public QIODevice {
public:
PacketList(PacketType::Value packetType);