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 <stdexcept>
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "NonCopyable.hpp"
|
||||
#include "Hashtable.hpp"
|
||||
#include "Address.hpp"
|
||||
#include "Mutex.hpp"
|
||||
@ -63,7 +62,7 @@ class Peer;
|
||||
/**
|
||||
* A virtual LAN
|
||||
*/
|
||||
class Network : NonCopyable
|
||||
class Network
|
||||
{
|
||||
friend class SharedPtr<Network>;
|
||||
|
||||
|
Reference in New Issue
Block a user