diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-15 16:32:55 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-15 16:32:55 -0700 |
| commit | fb22ef053b7e73d62789e6c9816cbb918638ae85 (patch) | |
| tree | 196a091fb419ab0f1e43be6f28a746af86b2c906 /control/NodeControlClient.cpp | |
| parent | 4ba426934439ac37e63e30f53a93a7d765f5cbba (diff) | |
| download | infinitytier-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.cpp | 3 |
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 { |
