aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-02 18:13:26 +0100
committerLNJ <lnj@kaidan.im>2020-02-03 00:11:55 +0100
commit99b850a3008bbb03d3449d683adb87839f7d5c4b (patch)
tree70083109e40f218204130357b571f480a42a1795 /examples/example_5_rpcInterface
parent2dd54da9620028e1c051c3d4a9a6121ccab3f866 (diff)
downloadqxmpp-99b850a3008bbb03d3449d683adb87839f7d5c4b.tar.gz
clang-format: Enable regrouping and sorting of includes
Diffstat (limited to 'examples/example_5_rpcInterface')
-rw-r--r--examples/example_5_rpcInterface/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp
index 4c5c67b5..9465358d 100644
--- a/examples/example_5_rpcInterface/main.cpp
+++ b/examples/example_5_rpcInterface/main.cpp
@@ -22,13 +22,12 @@
*
*/
-#include <QCoreApplication>
-
#include "QXmppClient.h"
#include "QXmppLogger.h"
#include "QXmppRpcManager.h"
#include "remoteinterface.h"
+#include <QCoreApplication>
int main(int argc, char *argv[])
{