aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2023-03-11 01:17:00 +0100
committerLinus Jahn <lnj@kaidan.im>2023-03-11 01:17:00 +0100
commitd679ad1c49eeb28be2ac3a75bd7fd1a9be24d483 (patch)
tree1e2d95420043f8a1f705f754dfcaf79409ec9294 /tests
parentba05e3e351f17f1dd70676e1ac27fa76003a20ce (diff)
parent366a22985b946b70252ba5e6dc291dbfe8addd94 (diff)
downloadqxmpp-d679ad1c49eeb28be2ac3a75bd7fd1a9be24d483.tar.gz
Merge branch '1.5'
Diffstat (limited to 'tests')
-rw-r--r--tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp2
-rw-r--r--tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp2
-rw-r--r--tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp b/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp
index 8f37d943..e2f64649 100644
--- a/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp
+++ b/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp
@@ -3,8 +3,8 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include "QXmppDataForm.h"
-#include "QXmppPubSubEvent.h"
#include "QXmppPubSubBaseItem.h"
+#include "QXmppPubSubEvent.h"
#include "pubsubutil.h"
#include "util.h"
diff --git a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
index bb6c0768..e4c816aa 100644
--- a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
+++ b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
@@ -3,8 +3,8 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#include "QXmppPubSubIq_p.h"
#include "QXmppPubSubBaseItem.h"
+#include "QXmppPubSubIq_p.h"
#include "QXmppPubSubSubscription.h"
#include "QXmppResultSet.h"
diff --git a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
index 6589b92e..f7f57f9d 100644
--- a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
+++ b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
@@ -7,8 +7,8 @@
#include "QXmppClient.h"
#include "QXmppMessage.h"
#include "QXmppPubSubAffiliation.h"
-#include "QXmppPubSubEventHandler.h"
#include "QXmppPubSubBaseItem.h"
+#include "QXmppPubSubEventHandler.h"
#include "QXmppPubSubManager.h"
#include "QXmppPubSubPublishOptions.h"
#include "QXmppPubSubSubscribeOptions.h"