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 --- src/base/QXmppLogger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppLogger.h') diff --git a/src/base/QXmppLogger.h b/src/base/QXmppLogger.h index 7deec338..4513b59a 100644 --- a/src/base/QXmppLogger.h +++ b/src/base/QXmppLogger.h @@ -25,10 +25,10 @@ #ifndef QXMPPLOGGER_H #define QXMPPLOGGER_H -#include - #include "QXmppGlobal.h" +#include + #ifdef QXMPP_LOGGABLE_TRACE #define qxmpp_loggable_trace(x) QString("%1(0x%2) %3").arg(metaObject()->className(), QString::number(reinterpret_cast(this), 16), x) #else -- cgit v1.2.3