Skip to content

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed
 

‎src/crypto/sha256.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#include <config/bitcoin-config.h> // IWYU pragma: keep
6-
75
#include <crypto/sha256.h>
86
#include <crypto/common.h>
97

‎src/httpserver.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#include <config/bitcoin-config.h> // IWYU pragma: keep
6-
75
#include <httpserver.h>
86

97
#include <chainparamsbase.h>

‎src/qt/qrimagewidget.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include <QMouseEvent>
1616
#include <QPainter>
1717

18-
#include <config/bitcoin-config.h> // IWYU pragma: keep
19-
2018
#ifdef USE_QRCODE
2119
#include <qrencode.h>
2220
#endif

‎src/qt/receiverequestdialog.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include <QDialog>
1515
#include <QString>
1616

17-
#include <config/bitcoin-config.h> // IWYU pragma: keep
18-
1917
ReceiveRequestDialog::ReceiveRequestDialog(QWidget* parent)
2018
: QDialog(parent, GUIUtil::dialog_flags),
2119
ui(new Ui::ReceiveRequestDialog)

0 commit comments

Comments
 (0)
Please sign in to comment.