summaryrefslogtreecommitdiff
path: root/world/mkworld.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 10:00:35 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-19 10:00:35 -0700
commit0c43d34ce3294ca581f8918904c035e9d57aa72d (patch)
tree688d5e50e12567dd0b7177c632f6ddcb5d7d4402 /world/mkworld.cpp
parent738fa5a5e5fc99512465032aec5916867f70e86b (diff)
downloadinfinitytier-0c43d34ce3294ca581f8918904c035e9d57aa72d.tar.gz
infinitytier-0c43d34ce3294ca581f8918904c035e9d57aa72d.zip
World test stuff... some of this will be yanked before release.
Diffstat (limited to 'world/mkworld.cpp')
-rw-r--r--world/mkworld.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/mkworld.cpp b/world/mkworld.cpp
index 75230da4..fd7bb51f 100644
--- a/world/mkworld.cpp
+++ b/world/mkworld.cpp
@@ -50,12 +50,12 @@
#include <vector>
#include <algorithm>
-#include "../node/Constants.hpp"
-#include "../node/World.hpp"
-#include "../node/C25519.hpp"
-#include "../node/Identity.hpp"
-#include "../node/InetAddress.hpp"
-#include "../osdep/OSUtils.hpp"
+#include <node/Constants.hpp>
+#include <node/World.hpp>
+#include <node/C25519.hpp>
+#include <node/Identity.hpp>
+#include <node/InetAddress.hpp>
+#include <osdep/OSUtils.hpp>
using namespace ZeroTier;