فهرست منبع

More include formatting cleanup.

Adam Ierymenko 12 سال پیش
والد
کامیت
4c06fcfc9d
9فایلهای تغییر یافته به همراه13 افزوده شده و 1 حذف شده
  1. 2 0
      node/Demarc.hpp
  2. 2 0
      node/Logger.hpp
  3. 2 0
      node/MulticastGroup.hpp
  4. 2 1
      node/NodeConfig.hpp
  5. 1 0
      node/Packet.hpp
  6. 1 0
      node/RuntimeEnvironment.hpp
  7. 1 0
      node/Salsa20.hpp
  8. 1 0
      node/SysEnv.cpp
  9. 1 0
      node/Topology.hpp

+ 2 - 0
node/Demarc.hpp

@@ -30,8 +30,10 @@
 
 #include <stdlib.h>
 #include <stdint.h>
+
 #include <map>
 #include <string>
+
 #include "Mutex.hpp"
 #include "InetAddress.hpp"
 

+ 2 - 0
node/Logger.hpp

@@ -29,8 +29,10 @@
 #define _ZT_LOGGER_HPP
 
 #include <stdio.h>
+
 #include <string>
 #include <stdexcept>
+
 #include "NonCopyable.hpp"
 #include "Mutex.hpp"
 

+ 2 - 0
node/MulticastGroup.hpp

@@ -29,7 +29,9 @@
 #define _ZT_MULTICASTGROUP_HPP
 
 #include <stdint.h>
+
 #include <string>
+
 #include "MAC.hpp"
 #include "InetAddress.hpp"
 

+ 2 - 1
node/NodeConfig.hpp

@@ -28,13 +28,14 @@
 #ifndef _ZT_NODECONFIG_HPP
 #define _ZT_NODECONFIG_HPP
 
+#include <stdint.h>
+
 #include <map>
 #include <set>
 #include <string>
 #include <vector>
 #include <stdexcept>
 
-#include <stdint.h>
 #include "SharedPtr.hpp"
 #include "Network.hpp"
 #include "Utils.hpp"

+ 1 - 0
node/Packet.hpp

@@ -31,6 +31,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <stdio.h>
+
 #include <string>
 #include <iostream>
 

+ 1 - 0
node/RuntimeEnvironment.hpp

@@ -29,6 +29,7 @@
 #define _ZT_RUNTIMEENVIRONMENT_HPP
 
 #include <string>
+
 #include "Constants.hpp"
 #include "Identity.hpp"
 #include "Condition.hpp"

+ 1 - 0
node/Salsa20.hpp

@@ -8,6 +8,7 @@
 #define _ZT_SALSA20_HPP
 
 #include <stdint.h>
+
 #include "Constants.hpp"
 
 namespace ZeroTier {

+ 1 - 0
node/SysEnv.cpp

@@ -31,6 +31,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/types.h>
+
 #include <set>
 #include <string>
 

+ 1 - 0
node/Topology.hpp

@@ -30,6 +30,7 @@
 
 #include <stdio.h>
 #include <string.h>
+
 #include <map>
 #include <set>
 #include <list>