Remove unneeded preprocessor condition

master
Geoffrey Merck 4 years ago
parent d5d3afbaa8
commit f109f2b6e9

@ -24,12 +24,9 @@
#include "Log.h" #include "Log.h"
#include "StringUtils.h" #include "StringUtils.h"
#if !defined(__WXMSW__)
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#endif
CHeaderLogger::CHeaderLogger(const std::string& dir, const std::string& name) : CHeaderLogger::CHeaderLogger(const std::string& dir, const std::string& name) :
m_dir(dir), m_dir(dir),

Loading…
Cancel
Save

Powered by TurnKey Linux.