From 7475c4047e81cf83f16eed4449ad8408eeaacaec Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 23 Jul 2014 09:14:53 -0700 Subject: A bunch more osdep/ work... --- node/osdep/WindowsEthernetTap.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'node/osdep/WindowsEthernetTap.cpp') diff --git a/node/osdep/WindowsEthernetTap.cpp b/node/osdep/WindowsEthernetTap.cpp index 5ea3d2a9..8541ce7c 100644 --- a/node/osdep/WindowsEthernetTap.cpp +++ b/node/osdep/WindowsEthernetTap.cpp @@ -25,7 +25,7 @@ * LLC. Start here: http://www.zerotier.com/ */ -#include "Constants.hpp" +#include "../Constants.hpp" #include #include @@ -42,12 +42,10 @@ #include #include -#include "EthernetTap.hpp" +#include "../EthernetTap.hpp" +#include "../Utils.hpp" +#include "../Mutex.hpp" #include "WindowsEthernetTap.hpp" -#include "Logger.hpp" -#include "RuntimeEnvironment.hpp" -#include "Utils.hpp" -#include "Mutex.hpp" #include "..\windows\TapDriver\tap-windows.h" -- cgit v1.2.3