aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-04-05 18:53:07 +0200
committerGitHub <noreply@github.com>2022-04-05 18:53:07 +0200
commit4b7e5ec74c30b7875c5684fc4d5101e50e48f992 (patch)
treec2d710e4ba0413631abf684606caff08f63c2f9a /src/base
parentfef64aee68706aac6b1d5a69c7e3503e9d2180cc (diff)
downloadqxmpp-4b7e5ec74c30b7875c5684fc4d5101e50e48f992.tar.gz
Stanza: Remove unused include (#416)
This can only be done since QString is already included through other header files.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppStanza.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h
index 0ba0beea..7a30d43a 100644
--- a/src/base/QXmppStanza.h
+++ b/src/base/QXmppStanza.h
@@ -13,7 +13,6 @@
#include <QByteArray>
#include <QSharedData>
-//#include <QString>
// forward declarations of QXmlStream* classes will not work on Mac, we need to
// include the whole header.