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 --- examples/example_6_rpcClient/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example_6_rpcClient/main.cpp') diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp index 7a5f2411..4246185a 100644 --- a/examples/example_6_rpcClient/main.cpp +++ b/examples/example_6_rpcClient/main.cpp @@ -21,10 +21,10 @@ * */ +#include "QXmppLogger.h" -#include #include "rpcClient.h" -#include "QXmppLogger.h" +#include int main(int argc, char *argv[]) { -- cgit v1.2.3