From a13a8684030a3edde4983a55adf15683595760e1 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 10 Oct 2021 16:33:02 +0300 Subject: [PATCH] qml: Drop erroneous `#include ` To use the `QStringLiteral` macro, the `QString` header should be included, that is done already. --- src/qml/bitcoin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/bitcoin.cpp b/src/qml/bitcoin.cpp index 6678cdd848..e0a5a3646b 100644 --- a/src/qml/bitcoin.cpp +++ b/src/qml/bitcoin.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include QT_BEGIN_NAMESPACE