Skip to content

Commit cd98c0c

Browse files
committed
Remove dead code, fix missing includes.
1 parent 993c17c commit cd98c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <iostream>
2424
#include <regex>
2525
#include <string>
26+
#include <boost/regex.hpp>
2627
#include <boost/program_options.hpp>
2728
#include <boost/regex.hpp>
2829
#include <bitcoin/bitcoin.hpp>
@@ -31,7 +32,6 @@ namespace libbitcoin {
3132
namespace server {
3233

3334
using namespace boost;
34-
using namespace boost::algorithm;
3535
using namespace boost::program_options;
3636

3737
endpoint_type::endpoint_type()

0 commit comments

Comments
 (0)