From fb22ef053b7e73d62789e6c9816cbb918638ae85 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 15 Sep 2014 16:32:55 -0700 Subject: Move rest of NodeControl stuff out of node/ and into control/ --- control/NodeControlClient.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'control/NodeControlClient.cpp') 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 { -- cgit v1.2.3