Adam Ierymenko 1 kuukausi sitten
vanhempi
commit
6e34b192e3
2 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 2
      node/Hashtable.hpp
  2. 0 1
      node/InetAddress.cpp

+ 0 - 2
node/Hashtable.hpp

@@ -16,8 +16,6 @@
 
 #include "Constants.hpp"
 
-#include <algorithm>
-#include <stdexcept>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>

+ 0 - 1
node/InetAddress.cpp

@@ -19,7 +19,6 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <string.h>
-#include <string>
 
 namespace ZeroTier {