aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppcodec/tst_qxmppcodec.cpp
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-02 18:13:26 +0100
committerLNJ <lnj@kaidan.im>2020-02-03 00:11:55 +0100
commit99b850a3008bbb03d3449d683adb87839f7d5c4b (patch)
tree70083109e40f218204130357b571f480a42a1795 /tests/qxmppcodec/tst_qxmppcodec.cpp
parent2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff)
downloadqxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'tests/qxmppcodec/tst_qxmppcodec.cpp')
-rw-r--r--tests/qxmppcodec/tst_qxmppcodec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qxmppcodec/tst_qxmppcodec.cpp b/tests/qxmppcodec/tst_qxmppcodec.cpp
index 506c0489..21122102 100644
--- a/tests/qxmppcodec/tst_qxmppcodec.cpp
+++ b/tests/qxmppcodec/tst_qxmppcodec.cpp
@@ -21,12 +21,12 @@
*
*/
-#include <QObject>
-#include <QtTest>
-
#include "QXmppCodec_p.h"
#include "QXmppRtpChannel.h"
+#include <QObject>
+#include <QtTest>
+
class tst_QXmppCodec : public QObject
{
Q_OBJECT