Browse Source

More include formatting cleanup.

Adam Ierymenko 12 years ago
parent
commit
4c06fcfc9d

+ 2 - 0
node/Demarc.hpp

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

+ 2 - 0
node/Logger.hpp

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

+ 2 - 0
node/MulticastGroup.hpp

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

+ 2 - 1
node/NodeConfig.hpp

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

+ 1 - 0
node/Packet.hpp

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

+ 1 - 0
node/RuntimeEnvironment.hpp

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

+ 1 - 0
node/Salsa20.hpp

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

+ 1 - 0
node/SysEnv.cpp

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

+ 1 - 0
node/Topology.hpp

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