Browse Source

Remove Cluster.hpp

pull/1/head
Adam Ierymenko 9 years ago
parent
commit
02d18af57d
  1. 1
      node/IncomingPacket.cpp
  2. 1
      node/Network.cpp
  3. 1
      node/Node.cpp
  4. 1
      node/Peer.cpp
  5. 1
      node/Switch.cpp

1
node/IncomingPacket.cpp

@ -42,7 +42,6 @@
#include "Salsa20.hpp" #include "Salsa20.hpp"
#include "SHA512.hpp" #include "SHA512.hpp"
#include "World.hpp" #include "World.hpp"
#include "Cluster.hpp"
#include "Node.hpp" #include "Node.hpp"
#include "CertificateOfMembership.hpp" #include "CertificateOfMembership.hpp"
#include "CertificateOfRepresentation.hpp" #include "CertificateOfRepresentation.hpp"

1
node/Network.cpp

@ -42,7 +42,6 @@
#include "NetworkController.hpp" #include "NetworkController.hpp"
#include "Node.hpp" #include "Node.hpp"
#include "Peer.hpp" #include "Peer.hpp"
#include "Cluster.hpp"
// Uncomment to make the rules engine dump trace info to stdout // Uncomment to make the rules engine dump trace info to stdout
//#define ZT_RULES_ENGINE_DEBUGGING 1 //#define ZT_RULES_ENGINE_DEBUGGING 1

1
node/Node.cpp

@ -45,7 +45,6 @@
#include "Address.hpp" #include "Address.hpp"
#include "Identity.hpp" #include "Identity.hpp"
#include "SelfAwareness.hpp" #include "SelfAwareness.hpp"
#include "Cluster.hpp"
#include "Network.hpp" #include "Network.hpp"
const struct sockaddr_storage ZT_SOCKADDR_NULL = {0}; const struct sockaddr_storage ZT_SOCKADDR_NULL = {0};

1
node/Peer.cpp

@ -32,7 +32,6 @@
#include "Switch.hpp" #include "Switch.hpp"
#include "Network.hpp" #include "Network.hpp"
#include "SelfAwareness.hpp" #include "SelfAwareness.hpp"
#include "Cluster.hpp"
#include "Packet.hpp" #include "Packet.hpp"
namespace ZeroTier { namespace ZeroTier {

1
node/Switch.cpp

@ -43,7 +43,6 @@
#include "Peer.hpp" #include "Peer.hpp"
#include "SelfAwareness.hpp" #include "SelfAwareness.hpp"
#include "Packet.hpp" #include "Packet.hpp"
#include "Cluster.hpp"
namespace ZeroTier { namespace ZeroTier {

Loading…
Cancel
Save