From 99b850a3008bbb03d3449d683adb87839f7d5c4b Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 2 Feb 2020 18:13:26 +0100 Subject: clang-format: Enable regrouping and sorting of includes --- tests/qxmppcodec/tst_qxmppcodec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/qxmppcodec/tst_qxmppcodec.cpp') 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 -#include - #include "QXmppCodec_p.h" #include "QXmppRtpChannel.h" +#include +#include + class tst_QXmppCodec : public QObject { Q_OBJECT -- cgit v1.2.3