Skip to content

Commit dcf2de1

Browse files
committed
qml: Fix lint with header include
1 parent 1617d83 commit dcf2de1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/qml/models/paymentrequest.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
#ifndef BITCOIN_QML_MODELS_PAYMENTREQUEST_H
66
#define BITCOIN_QML_MODELS_PAYMENTREQUEST_H
77

8-
#include "addresstype.h"
9-
#include <qchar.h>
108
#include <qml/bitcoinamount.h>
119

10+
#include <addresstype.h>
11+
1212
#include <QObject>
13-
#include <qobjectdefs.h>
1413

1514
class PaymentRequest : public QObject
1615
{

0 commit comments

Comments
 (0)