]> Git Repo - VerusCoin.git/blobdiff - src/rpcprotocol.cpp
namespace: drop most boost namespaces and a few header cleanups
[VerusCoin.git] / src / rpcprotocol.cpp
index 2f7c491f3d4148aed233e93162a6ece1e53b5686..95d6b9e5317a8ef0fb6e140b8bbede8275bcea17 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright (c) 2010 Satoshi Nakamoto
-// Copyright (c) 2009-2014 The Bitcoin developers
+// Copyright (c) 2009-2014 The Bitcoin Core developers
 // Distributed under the MIT software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
@@ -26,8 +26,6 @@
 #include "json/json_spirit_writer_template.h"
 
 using namespace std;
-using namespace boost;
-using namespace boost::asio;
 using namespace json_spirit;
 
 //! Number of bytes to allocate and read at most at once in post data
This page took 0.022047 seconds and 4 git commands to generate.