mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 03:45:08 +02:00
commit missing Syssocket removals to Node and Logging
This commit is contained in:
parent
7cef2def66
commit
8b19982e61
2 changed files with 0 additions and 12 deletions
|
@ -12,12 +12,6 @@
|
|||
#ifndef hifi_Logging_h
|
||||
#define hifi_Logging_h
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Syssocket.h"
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
const int LOGSTASH_UDP_PORT = 9500;
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
#include <ostream>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Syssocket.h"
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QMutex>
|
||||
#include <QtCore/QUuid>
|
||||
|
|
Loading…
Reference in a new issue