diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-23 16:10:26 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-23 16:10:26 -0700 |
commit | 02d18af57d7d05d26e44ff2015f5bcf55ebce7a2 (patch) | |
tree | b3f2932e01c41e9d8d0fe862e1993986fefd18c7 /node | |
parent | 2225bb093ae57099c04ff3eabc020468920be11a (diff) | |
download | infinitytier-02d18af57d7d05d26e44ff2015f5bcf55ebce7a2.tar.gz infinitytier-02d18af57d7d05d26e44ff2015f5bcf55ebce7a2.zip |
Remove Cluster.hpp
Diffstat (limited to 'node')
-rw-r--r-- | node/IncomingPacket.cpp | 1 | ||||
-rw-r--r-- | node/Network.cpp | 1 | ||||
-rw-r--r-- | node/Node.cpp | 1 | ||||
-rw-r--r-- | node/Peer.cpp | 1 | ||||
-rw-r--r-- | node/Switch.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index 9140c502..1d55c9f3 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -42,7 +42,6 @@ #include "Salsa20.hpp" #include "SHA512.hpp" #include "World.hpp" -#include "Cluster.hpp" #include "Node.hpp" #include "CertificateOfMembership.hpp" #include "CertificateOfRepresentation.hpp" diff --git a/node/Network.cpp b/node/Network.cpp index 74d81941..12deeeb7 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -42,7 +42,6 @@ #include "NetworkController.hpp" #include "Node.hpp" #include "Peer.hpp" -#include "Cluster.hpp" // Uncomment to make the rules engine dump trace info to stdout //#define ZT_RULES_ENGINE_DEBUGGING 1 diff --git a/node/Node.cpp b/node/Node.cpp index 37586834..39325b65 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -45,7 +45,6 @@ #include "Address.hpp" #include "Identity.hpp" #include "SelfAwareness.hpp" -#include "Cluster.hpp" #include "Network.hpp" const struct sockaddr_storage ZT_SOCKADDR_NULL = {0}; diff --git a/node/Peer.cpp b/node/Peer.cpp index 01905833..84086048 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -32,7 +32,6 @@ #include "Switch.hpp" #include "Network.hpp" #include "SelfAwareness.hpp" -#include "Cluster.hpp" #include "Packet.hpp" namespace ZeroTier { diff --git a/node/Switch.cpp b/node/Switch.cpp index 211b706a..2be54b37 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -43,7 +43,6 @@ #include "Peer.hpp" #include "SelfAwareness.hpp" #include "Packet.hpp" -#include "Cluster.hpp" namespace ZeroTier { |