Skip to content

Commit

Permalink
Revert "Added boost placeholders header"
Browse files Browse the repository at this point in the history
This reverts commit 1b5cb7f.
  • Loading branch information
tohsnoom committed Dec 27, 2020
1 parent 16cd1b3 commit adba0f4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

#include <iostream>

#include <boost/bind/placeholders.hpp>

#include <QAction>
#include <QApplication>
#include <QDateTime>
Expand Down
1 change: 0 additions & 1 deletion src/qt/clientmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "util.h"

#include <stdint.h>
#include <boost/bind/placeholders.hpp>

#include <QDateTime>
#include <QDebug>
Expand Down
2 changes: 0 additions & 2 deletions src/qt/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "wallet.h"
#endif

#include <boost/bind/placeholders.hpp>

#include <QApplication>
#include <QCloseEvent>
#include <QDesktopWidget>
Expand Down
2 changes: 0 additions & 2 deletions src/qt/transactiontablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "util.h"
#include "wallet.h"

#include <boost/bind/placeholders.hpp>

#include <QColor>
#include <QDateTime>
#include <QDebug>
Expand Down
2 changes: 0 additions & 2 deletions src/qt/walletmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "walletdb.h" // for BackupWallet
#include <stdint.h>

#include <boost/bind/placeholders.hpp>

#include <QDebug>
#include <QSet>
#include <QTimer>
Expand Down
1 change: 0 additions & 1 deletion src/rpcserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "utilstrencodings.h"

#include <boost/bind.hpp>
#include <boost/bind/placeholders.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/iostreams/concepts.hpp>
Expand Down
1 change: 0 additions & 1 deletion src/torcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/bind/placeholders.hpp>
#include <boost/signals2/signal.hpp>
#include <boost/foreach.hpp>
#include <boost/algorithm/string/predicate.hpp>
Expand Down
2 changes: 0 additions & 2 deletions src/validationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "validationinterface.h"

#include <boost/bind/placeholders.hpp>

static CMainSignals g_signals;

CMainSignals& GetMainSignals()
Expand Down

0 comments on commit adba0f4

Please sign in to comment.