Skip to content

Commit 5283410

Browse files
committed
Remove unused includes of boost lexical_cast
We don't use lexical_cast anywhere, no need to include it.
1 parent d33f69a commit 5283410

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/rpcclient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <boost/foreach.hpp>
2121
#include <boost/iostreams/concepts.hpp>
2222
#include <boost/iostreams/stream.hpp>
23-
#include <boost/lexical_cast.hpp>
2423
#include <boost/shared_ptr.hpp>
2524
#include "json/json_spirit_writer_template.h"
2625

src/rpcdump.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include <boost/algorithm/string.hpp>
1616
#include <boost/date_time/posix_time/posix_time.hpp>
17-
#include <boost/lexical_cast.hpp>
1817
#include "json/json_spirit_value.h"
1918

2019
using namespace json_spirit;

src/rpcprotocol.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <boost/foreach.hpp>
1818
#include <boost/iostreams/concepts.hpp>
1919
#include <boost/iostreams/stream.hpp>
20-
#include <boost/lexical_cast.hpp>
2120
#include <boost/shared_ptr.hpp>
2221
#include "json/json_spirit_writer_template.h"
2322

src/rpcserver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <boost/foreach.hpp>
2323
#include <boost/iostreams/concepts.hpp>
2424
#include <boost/iostreams/stream.hpp>
25-
#include <boost/lexical_cast.hpp>
2625
#include <boost/shared_ptr.hpp>
2726
#include "json/json_spirit_writer_template.h"
2827

0 commit comments

Comments
 (0)