From 5ba3280975ab0444b08c4e5de562f92b235325c9 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 19 Aug 2015 10:01:16 -0700 Subject: [PATCH] Remove include in NLPacketList --- libraries/networking/src/NLPacketList.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/networking/src/NLPacketList.h b/libraries/networking/src/NLPacketList.h index cb48db08f2..4f3ba49d29 100644 --- a/libraries/networking/src/NLPacketList.h +++ b/libraries/networking/src/NLPacketList.h @@ -12,8 +12,6 @@ #ifndef hifi_NLPacketList_h #define hifi_NLPacketList_h -#include - #include "udt/PacketList.h" #include "NLPacket.h"