mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
More cleanup of old stuff.
This commit is contained in:
@ -38,7 +38,6 @@
|
||||
#include "InetAddress.hpp"
|
||||
#include "SharedPtr.hpp"
|
||||
#include "AtomicCounter.hpp"
|
||||
#include "NonCopyable.hpp"
|
||||
#include "Utils.hpp"
|
||||
|
||||
/**
|
||||
@ -53,7 +52,7 @@ class RuntimeEnvironment;
|
||||
/**
|
||||
* A path across the physical network
|
||||
*/
|
||||
class Path : NonCopyable
|
||||
class Path
|
||||
{
|
||||
friend class SharedPtr<Path>;
|
||||
|
||||
|
Reference in New Issue
Block a user