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 /src/base/QXmppUtils.h | |
| parent | 2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff) | |
| download | qxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz | |
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'src/base/QXmppUtils.h')
| -rw-r--r-- | src/base/QXmppUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppUtils.h b/src/base/QXmppUtils.h index 89829dc3..b9d5c0a0 100644 --- a/src/base/QXmppUtils.h +++ b/src/base/QXmppUtils.h @@ -29,10 +29,10 @@ // include the whole header. // See http://lists.trolltech.com/qt-interest/2008-07/thread00798-0.html // for an explanation. -#include <QXmlStreamWriter> - #include "QXmppGlobal.h" +#include <QXmlStreamWriter> + class QByteArray; class QDateTime; class QDomElement; |
