diff options
Diffstat (limited to 'node/Path.hpp')
-rw-r--r-- | node/Path.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Path.hpp b/node/Path.hpp index 62d750b7..3d468ad9 100644 --- a/node/Path.hpp +++ b/node/Path.hpp @@ -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>; |