aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface
diff options
context:
space:
mode:
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[])
{