commit missing Syssocket removals to Node and Logging

This commit is contained in:
Stephen Birarda 2014-04-10 10:36:30 -07:00
parent 7cef2def66
commit 8b19982e61
2 changed files with 0 additions and 12 deletions

View file

@ -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;

View file

@ -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>