Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions console/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <csignal>
#include <future>
#include <mutex>
#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {
Expand Down
3 changes: 3 additions & 0 deletions console/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#include <atomic>
#include <future>
#include <unordered_map>

// Must pull in any base boost configuration before including boost.
#include <bitcoin/server.hpp>
#include <boost/format.hpp>

// This class is just an ad-hoc user interface wrapper on the node.
// It will be factored and cleaned up for final release.
Expand Down
3 changes: 0 additions & 3 deletions console/executor_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#include "executor.hpp"
#include "localize.hpp"

#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {

Expand Down
3 changes: 0 additions & 3 deletions console/executor_dumps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#include "executor.hpp"
#include "localize.hpp"

#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {

Expand Down
2 changes: 0 additions & 2 deletions console/executor_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include "localize.hpp"

#include <unordered_map>
#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {
Expand Down
2 changes: 0 additions & 2 deletions console/executor_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include "localize.hpp"

#include <unordered_map>
#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {
Expand Down
2 changes: 0 additions & 2 deletions console/executor_scans.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

#include <algorithm>
#include <map>
#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {
Expand Down
3 changes: 0 additions & 3 deletions console/executor_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#include "executor.hpp"
#include "localize.hpp"

#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {

Expand Down
4 changes: 0 additions & 4 deletions console/executor_test_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
#include "executor.hpp"
#include "localize.hpp"

////#include <set>
#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {

Expand Down
3 changes: 0 additions & 3 deletions console/executor_test_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#include "executor.hpp"
#include "localize.hpp"

////#include <boost/format.hpp>
#include <bitcoin/server.hpp>

namespace libbitcoin {
namespace server {

Expand Down
Loading