Adam Ierymenko преди 8 години
родител
ревизия
02d18af57d
променени са 5 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 1
      node/IncomingPacket.cpp
  2. 0 1
      node/Network.cpp
  3. 0 1
      node/Node.cpp
  4. 0 1
      node/Peer.cpp
  5. 0 1
      node/Switch.cpp

+ 0 - 1
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"

+ 0 - 1
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

+ 0 - 1
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};

+ 0 - 1
node/Peer.cpp

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

+ 0 - 1
node/Switch.cpp

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