From f0199d67703277ee9891115bb618d7665ff7c32a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 28 Jul 2014 09:08:56 -0700 Subject: Windows routing table interface (untested). --- osnet/WindowsEthernetTap.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'osnet/WindowsEthernetTap.cpp') diff --git a/osnet/WindowsEthernetTap.cpp b/osnet/WindowsEthernetTap.cpp index 8541ce7c..4408dc46 100644 --- a/osnet/WindowsEthernetTap.cpp +++ b/osnet/WindowsEthernetTap.cpp @@ -25,8 +25,6 @@ * LLC. Start here: http://www.zerotier.com/ */ -#include "../Constants.hpp" - #include #include #include @@ -42,9 +40,10 @@ #include #include -#include "../EthernetTap.hpp" -#include "../Utils.hpp" -#include "../Mutex.hpp" +#include "../node/Constants.hpp" +#include "../node/EthernetTap.hpp" +#include "../node/Utils.hpp" +#include "../node/Mutex.hpp" #include "WindowsEthernetTap.hpp" #include "..\windows\TapDriver\tap-windows.h" -- cgit v1.2.3