aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppresultset/tst_qxmppresultset.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/qxmppresultset/tst_qxmppresultset.cpp
parent2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff)
downloadqxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'tests/qxmppresultset/tst_qxmppresultset.cpp')
-rw-r--r--tests/qxmppresultset/tst_qxmppresultset.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qxmppresultset/tst_qxmppresultset.cpp b/tests/qxmppresultset/tst_qxmppresultset.cpp
index 7704d2fe..b27d81af 100644
--- a/tests/qxmppresultset/tst_qxmppresultset.cpp
+++ b/tests/qxmppresultset/tst_qxmppresultset.cpp
@@ -22,9 +22,10 @@
*
*/
-#include <QObject>
#include "QXmppResultSet.h"
+
#include "util.h"
+#include <QObject>
class tst_QXmppResultSet : public QObject
{