diff options
| author | Alexander Gavrilov | 2012-03-14 19:57:29 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-14 19:57:29 +0400 |
| commit | 560e977f0589ac1c0feb6ea825d20d351e325826 (patch) | |
| tree | e32bf2135261fa1e9129fae4c2c7ae068b6ef4cc /library/MiscUtils.cpp | |
| parent | c42e2ff053bc3acbded353112cd6412c8211f279 (diff) | |
| download | dfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.gz dfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.bz2 dfhack-560e977f0589ac1c0feb6ea825d20d351e325826.tar.xz | |
Implement trivial RPC interface for dfhack via TCP & protobufs.
Use it to make an executable capable of calling commands remotely.
Diffstat (limited to 'library/MiscUtils.cpp')
| -rw-r--r-- | library/MiscUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/MiscUtils.cpp b/library/MiscUtils.cpp index aa141313..dff8af0a 100644 --- a/library/MiscUtils.cpp +++ b/library/MiscUtils.cpp @@ -24,7 +24,6 @@ distribution. #include "Internal.h" #include "Export.h" -#include "Core.h" #include "MiscUtils.h" #ifndef LINUX_BUILD |
