aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-12-19 16:50:15 -0500
committerCory Fields <[email protected]>2015-01-02 15:12:03 -0500
commit856e862f4a736fbdc38daae3b7f0fa34e1da317c (patch)
tree2095eef431d539acfef432321aa82fa6062219fa /src/rpcprotocol.cpp
parentnamespace: drop boost::assign altogether here (diff)
downloaddiscoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.tar.xz
discoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.zip
namespace: drop most boost namespaces and a few header cleanups
A few boost::asio were left around because they're very wordy otherwise.
Diffstat (limited to 'src/rpcprotocol.cpp')
-rw-r--r--src/rpcprotocol.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index b08598d0b..95d6b9e53 100644
--- a/src/rpcprotocol.cpp
+++ b/src/rpcprotocol.cpp
@@ -26,7 +26,6 @@
#include "json/json_spirit_writer_template.h"
using namespace std;
-using namespace boost::asio;
using namespace json_spirit;
//! Number of bytes to allocate and read at most at once in post data