diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-19 10:00:35 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-19 10:00:35 -0700 |
| commit | 0c43d34ce3294ca581f8918904c035e9d57aa72d (patch) | |
| tree | 688d5e50e12567dd0b7177c632f6ddcb5d7d4402 /world/mkworld.cpp | |
| parent | 738fa5a5e5fc99512465032aec5916867f70e86b (diff) | |
| download | infinitytier-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.cpp | 12 |
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; |
