diff options
Diffstat (limited to 'examples/example_6_rpcClient/main.cpp')
| -rw-r--r-- | examples/example_6_rpcClient/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <QtCore/QCoreApplication> #include "rpcClient.h" -#include "QXmppLogger.h" +#include <QtCore/QCoreApplication> int main(int argc, char *argv[]) { |
