From 80997f652b2c2cbca615174f9b2dd09411d723a9 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 26 Jan 2014 10:59:33 -0800 Subject: Few small cleanup things... --- node/Node.cpp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'node') diff --git a/node/Node.cpp b/node/Node.cpp index 25c08067..71f3e087 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -47,6 +47,13 @@ #include #endif +#ifdef __UNIX_LIKE__ +#include +#include +#include +#include +#endif + #include "Condition.hpp" #include "Node.hpp" #include "Topology.hpp" @@ -71,15 +78,6 @@ #include "Service.hpp" #include "SoftwareUpdater.hpp" -#ifdef __WINDOWS__ -#include -#else -#include -#include -#include -#include -#endif - #include "../version.h" namespace ZeroTier { -- cgit v1.2.3