summaryrefslogtreecommitdiff
path: root/node/NodeConfig.hpp
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 /node/NodeConfig.hpp
parentb2b24ca41b9aacb502f6569934b446b2ef4338c2 (diff)
downloadinfinitytier-4c06fcfc9dd0ba25ec2c50ce03f10f1d93f168f5.tar.gz
infinitytier-4c06fcfc9dd0ba25ec2c50ce03f10f1d93f168f5.zip
More include formatting cleanup.
Diffstat (limited to 'node/NodeConfig.hpp')
-rw-r--r--node/NodeConfig.hpp3
1 files changed, 2 insertions, 1 deletions
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"