Few small cleanup things...

This commit is contained in:
Adam Ierymenko 2014-01-26 10:59:33 -08:00
parent 9d67a02b5f
commit 80997f652b
2 changed files with 13 additions and 14 deletions

View file

@ -47,6 +47,13 @@
#include <ShlObj.h>
#endif
#ifdef __UNIX_LIKE__
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <sys/file.h>
#endif
#include "Condition.hpp"
#include "Node.hpp"
#include "Topology.hpp"
@ -71,15 +78,6 @@
#include "Service.hpp"
#include "SoftwareUpdater.hpp"
#ifdef __WINDOWS__
#include <Windows.h>
#else
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
#include <sys/file.h>
#endif
#include "../version.h"
namespace ZeroTier {