mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 08:23:03 +02:00
remove unused includes in NetworkPacket
This commit is contained in:
parent
36a6344c36
commit
9dfdbc4352
1 changed files with 0 additions and 7 deletions
|
@ -14,13 +14,6 @@
|
|||
#ifndef hifi_NetworkPacket_h
|
||||
#define hifi_NetworkPacket_h
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <arpa/inet.h> // not available on windows
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
|
||||
#include "NodeList.h"
|
||||
|
||||
/// Storage of not-yet processed inbound, or not yet sent outbound generic UDP network packet
|
||||
|
|
Loading…
Reference in a new issue