diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-23 09:14:53 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-23 09:14:53 -0700 |
| commit | 7475c4047e81cf83f16eed4449ad8408eeaacaec (patch) | |
| tree | 57e407e69bdf3d415b00fede06b77aedbc8cd46c /node/osdep/WindowsEthernetTap.cpp | |
| parent | 5e58a7d54ab9bd241bb3f7bbc90a8cfa80663515 (diff) | |
| download | infinitytier-7475c4047e81cf83f16eed4449ad8408eeaacaec.tar.gz infinitytier-7475c4047e81cf83f16eed4449ad8408eeaacaec.zip | |
A bunch more osdep/ work...
Diffstat (limited to 'node/osdep/WindowsEthernetTap.cpp')
| -rw-r--r-- | node/osdep/WindowsEthernetTap.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
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 <stdio.h> #include <stdlib.h> @@ -42,12 +42,10 @@ #include <nldef.h> #include <netioapi.h> -#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" |
