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/QXmppElement.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppElement.h') diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h index 7a02f221..99f58989 100644 --- a/src/base/QXmppElement.h +++ b/src/base/QXmppElement.h @@ -24,12 +24,12 @@ #ifndef QXMPPELEMENT_H #define QXMPPELEMENT_H +#include "QXmppGlobal.h" + #include #include #include -#include "QXmppGlobal.h" - class QDomElement; class QXmppElement; class QXmppElementPrivate; -- cgit v1.2.3