From 6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 26 Jan 2018 21:34:56 -0500 Subject: More cleanup of old stuff. --- node/Path.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'node/Path.hpp') 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; -- cgit v1.2.3