diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-02 18:13:26 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-02-03 00:11:55 +0100 |
| commit | 99b850a3008bbb03d3449d683adb87839f7d5c4b (patch) | |
| tree | 70083109e40f218204130357b571f480a42a1795 /tests/qxmppmixitem | |
| parent | 2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff) | |
| download | qxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz | |
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'tests/qxmppmixitem')
| -rw-r--r-- | tests/qxmppmixitem/tst_qxmppmixitem.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/qxmppmixitem/tst_qxmppmixitem.cpp b/tests/qxmppmixitem/tst_qxmppmixitem.cpp index 65e1e190..2120aa74 100644 --- a/tests/qxmppmixitem/tst_qxmppmixitem.cpp +++ b/tests/qxmppmixitem/tst_qxmppmixitem.cpp @@ -21,11 +21,12 @@ * */ -#include <QObject> -#include <QDomDocument> #include "QXmppMixItem.h" #include "QXmppPubSubIq.h" + #include "util.h" +#include <QDomDocument> +#include <QObject> class tst_QXmppMixItem : public QObject { |
