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/client/QXmppInvokable.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/QXmppInvokable.h') diff --git a/src/client/QXmppInvokable.h b/src/client/QXmppInvokable.h index 62b46b36..54c8ad02 100644 --- a/src/client/QXmppInvokable.h +++ b/src/client/QXmppInvokable.h @@ -24,13 +24,13 @@ #ifndef QXMPPINVOKABLE_H #define QXMPPINVOKABLE_H -#include +#include "QXmppGlobal.h" + #include +#include +#include #include #include -#include - -#include "QXmppGlobal.h" /** This is the base class for all objects that will be invokable via RPC. All public slots of objects derived from this class will be exposed to the RPC interface. As a note for all methods, they can only understand types that QVariant knows about. -- cgit v1.2.3