summaryrefslogtreecommitdiff
path: root/control/NodeControlClient.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-15 16:32:55 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-15 16:32:55 -0700
commitfb22ef053b7e73d62789e6c9816cbb918638ae85 (patch)
tree196a091fb419ab0f1e43be6f28a746af86b2c906 /control/NodeControlClient.cpp
parent4ba426934439ac37e63e30f53a93a7d765f5cbba (diff)
downloadinfinitytier-fb22ef053b7e73d62789e6c9816cbb918638ae85.tar.gz
infinitytier-fb22ef053b7e73d62789e6c9816cbb918638ae85.zip
Move rest of NodeControl stuff out of node/ and into control/
Diffstat (limited to 'control/NodeControlClient.cpp')
-rw-r--r--control/NodeControlClient.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/control/NodeControlClient.cpp b/control/NodeControlClient.cpp
index 9cec18c3..2281a8ad 100644
--- a/control/NodeControlClient.cpp
+++ b/control/NodeControlClient.cpp
@@ -26,13 +26,12 @@
*/
#include "NodeControlClient.hpp"
-
#include "../node/Constants.hpp"
#include "../node/Utils.hpp"
#include "../node/Defaults.hpp"
-
#include "IpcConnection.hpp"
#include "IpcListener.hpp"
+#include "NodeControlService.hpp"
namespace ZeroTier {