From f5aac5f086c81c390544ef63f546ce3f06999572 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 19 Aug 2015 09:02:17 -0700 Subject: [PATCH] Remove unused include --- libraries/networking/src/udt/PacketList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/networking/src/udt/PacketList.cpp b/libraries/networking/src/udt/PacketList.cpp index e5386a4cc9..23060fecf4 100644 --- a/libraries/networking/src/udt/PacketList.cpp +++ b/libraries/networking/src/udt/PacketList.cpp @@ -13,8 +13,6 @@ #include -#include "../NLPacket.h" - using namespace udt; PacketList::PacketList(PacketType packetType, QByteArray extendedHeader, bool isReliable, bool isOrdered) :