Browse Source

Merge pull request #3815

5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
636d8e4de6
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/rpcclient.cpp
  2. 1
      src/rpcdump.cpp
  3. 1
      src/rpcprotocol.cpp
  4. 1
      src/rpcserver.cpp

1
src/rpcclient.cpp

@ -20,7 +20,6 @@
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp> #include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp> #include <boost/iostreams/stream.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "json/json_spirit_writer_template.h" #include "json/json_spirit_writer_template.h"

1
src/rpcdump.cpp

@ -14,7 +14,6 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/lexical_cast.hpp>
#include "json/json_spirit_value.h" #include "json/json_spirit_value.h"
using namespace json_spirit; using namespace json_spirit;

1
src/rpcprotocol.cpp

@ -17,7 +17,6 @@
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp> #include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp> #include <boost/iostreams/stream.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "json/json_spirit_writer_template.h" #include "json/json_spirit_writer_template.h"

1
src/rpcserver.cpp

@ -22,7 +22,6 @@
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp> #include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp> #include <boost/iostreams/stream.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "json/json_spirit_writer_template.h" #include "json/json_spirit_writer_template.h"

Loading…
Cancel
Save