mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 15:53:28 +02:00
remove unneeded include in NodeList
This commit is contained in:
parent
c2e11e8d8c
commit
04b13149b5
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@
|
||||||
#include "SharedUtil.h"
|
#include "SharedUtil.h"
|
||||||
#include "UUID.h"
|
#include "UUID.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include "Syssocket.h"
|
|
||||||
#else
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const char SOLO_NODE_TYPES[2] = {
|
const char SOLO_NODE_TYPES[2] = {
|
||||||
NODE_TYPE_AVATAR_MIXER,
|
NODE_TYPE_AVATAR_MIXER,
|
||||||
NODE_TYPE_AUDIO_MIXER
|
NODE_TYPE_AUDIO_MIXER
|
||||||
|
|
Loading…
Reference in a new issue