summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-17 15:53:59 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-17 15:53:59 -0400
commit4c06fcfc9dd0ba25ec2c50ce03f10f1d93f168f5 (patch)
tree4a7ae63101eb761c771d86e873605ac6ff320733
parentb2b24ca41b9aacb502f6569934b446b2ef4338c2 (diff)
downloadinfinitytier-4c06fcfc9dd0ba25ec2c50ce03f10f1d93f168f5.tar.gz
infinitytier-4c06fcfc9dd0ba25ec2c50ce03f10f1d93f168f5.zip
More include formatting cleanup.
-rw-r--r--node/Demarc.hpp2
-rw-r--r--node/Logger.hpp2
-rw-r--r--node/MulticastGroup.hpp2
-rw-r--r--node/NodeConfig.hpp3
-rw-r--r--node/Packet.hpp1
-rw-r--r--node/RuntimeEnvironment.hpp1
-rw-r--r--node/Salsa20.hpp1
-rw-r--r--node/SysEnv.cpp1
-rw-r--r--node/Topology.hpp1
9 files changed, 13 insertions, 1 deletions
diff --git a/node/Demarc.hpp b/node/Demarc.hpp
index 79db26d5..767cc864 100644
--- a/node/Demarc.hpp
+++ b/node/Demarc.hpp
@@ -30,8 +30,10 @@
#include <stdlib.h>
#include <stdint.h>
+
#include <map>
#include <string>
+
#include "Mutex.hpp"
#include "InetAddress.hpp"
diff --git a/node/Logger.hpp b/node/Logger.hpp
index 8ecfc0d6..de71ed39 100644
--- a/node/Logger.hpp
+++ b/node/Logger.hpp
@@ -29,8 +29,10 @@
#define _ZT_LOGGER_HPP
#include <stdio.h>
+
#include <string>
#include <stdexcept>
+
#include "NonCopyable.hpp"
#include "Mutex.hpp"
diff --git a/node/MulticastGroup.hpp b/node/MulticastGroup.hpp
index 9b96d6e8..bb025ab1 100644
--- a/node/MulticastGroup.hpp
+++ b/node/MulticastGroup.hpp
@@ -29,7 +29,9 @@
#define _ZT_MULTICASTGROUP_HPP
#include <stdint.h>
+
#include <string>
+
#include "MAC.hpp"
#include "InetAddress.hpp"
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp
index a2da444f..c32d14d9 100644
--- a/node/NodeConfig.hpp
+++ b/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"
diff --git a/node/Packet.hpp b/node/Packet.hpp
index f42198e1..0c5c4aa9 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -31,6 +31,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
+
#include <string>
#include <iostream>
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index f8b39597..c0b5bcbe 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -29,6 +29,7 @@
#define _ZT_RUNTIMEENVIRONMENT_HPP
#include <string>
+
#include "Constants.hpp"
#include "Identity.hpp"
#include "Condition.hpp"
diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp
index 488d8754..fa95ed39 100644
--- a/node/Salsa20.hpp
+++ b/node/Salsa20.hpp
@@ -8,6 +8,7 @@
#define _ZT_SALSA20_HPP
#include <stdint.h>
+
#include "Constants.hpp"
namespace ZeroTier {
diff --git a/node/SysEnv.cpp b/node/SysEnv.cpp
index 20b8e7d1..150b26a8 100644
--- a/node/SysEnv.cpp
+++ b/node/SysEnv.cpp
@@ -31,6 +31,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
+
#include <set>
#include <string>
diff --git a/node/Topology.hpp b/node/Topology.hpp
index 3c504218..23f04ae4 100644
--- a/node/Topology.hpp
+++ b/node/Topology.hpp
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <string.h>
+
#include <map>
#include <set>
#include <list>