diff options
| author | Jeff Garzik <[email protected]> | 2012-05-23 23:20:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-23 23:20:07 -0400 |
| commit | 480d44bd0bb8832f93add7a48e43117c02e2d92f (patch) | |
| tree | 4fb8336b01814892551c854cb76d0ad583370f84 /src/rpcdump.cpp | |
| parent | Refactor: move runCommand() to util.cpp (diff) | |
| download | discoin-480d44bd0bb8832f93add7a48e43117c02e2d92f.tar.xz discoin-480d44bd0bb8832f93add7a48e43117c02e2d92f.zip | |
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
Diffstat (limited to 'src/rpcdump.cpp')
| -rw-r--r-- | src/rpcdump.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 5fa24f638..6fb0e3556 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -8,18 +8,12 @@ #include <boost/lexical_cast.hpp> -#include "json/json_spirit_reader_template.h" -#include "json/json_spirit_writer_template.h" -#include "json/json_spirit_utils.h" - #define printf OutputDebugStringF // using namespace boost::asio; using namespace json_spirit; using namespace std; -extern Object JSONRPCError(int code, const string& message); - class CTxDump { public: |