summaryrefslogtreecommitdiff
path: root/node/osdep/WindowsEthernetTap.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-23 09:14:53 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-23 09:14:53 -0700
commit7475c4047e81cf83f16eed4449ad8408eeaacaec (patch)
tree57e407e69bdf3d415b00fede06b77aedbc8cd46c /node/osdep/WindowsEthernetTap.cpp
parent5e58a7d54ab9bd241bb3f7bbc90a8cfa80663515 (diff)
downloadinfinitytier-7475c4047e81cf83f16eed4449ad8408eeaacaec.tar.gz
infinitytier-7475c4047e81cf83f16eed4449ad8408eeaacaec.zip
A bunch more osdep/ work...
Diffstat (limited to 'node/osdep/WindowsEthernetTap.cpp')
-rw-r--r--node/osdep/WindowsEthernetTap.cpp10
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"