diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
commit | 98d426e1d5a2ef83cce7cf2d5b394adde886e58d (patch) | |
tree | b5de19a403438711b1657918f31b493dcc0cfb68 /osnet/LinuxEthernetTap.hpp | |
parent | b80c229d873ca51bf679ff9df90c8360dca5d0d7 (diff) | |
download | infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.tar.gz infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.zip |
Path fixes in osnet/ stuff
Diffstat (limited to 'osnet/LinuxEthernetTap.hpp')
-rw-r--r-- | osnet/LinuxEthernetTap.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/osnet/LinuxEthernetTap.hpp b/osnet/LinuxEthernetTap.hpp index f74fdf86..0dfb504b 100644 --- a/osnet/LinuxEthernetTap.hpp +++ b/osnet/LinuxEthernetTap.hpp @@ -33,9 +33,8 @@ #include <stdexcept> -#include "../EthernetTap.hpp" -#include "../Mutex.hpp" -#include "../Thread.hpp" +#include "../node/EthernetTap.hpp" +#include "../node/Thread.hpp" namespace ZeroTier { |