aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppcodec/tst_qxmppcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qxmppcodec/tst_qxmppcodec.cpp')
-rw-r--r--tests/qxmppcodec/tst_qxmppcodec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qxmppcodec/tst_qxmppcodec.cpp b/tests/qxmppcodec/tst_qxmppcodec.cpp
index 506c0489..21122102 100644
--- a/tests/qxmppcodec/tst_qxmppcodec.cpp
+++ b/tests/qxmppcodec/tst_qxmppcodec.cpp
@@ -21,12 +21,12 @@
*
*/
-#include <QObject>
-#include <QtTest>
-
#include "QXmppCodec_p.h"
#include "QXmppRtpChannel.h"
+#include <QObject>
+#include <QtTest>
+
class tst_QXmppCodec : public QObject
{
Q_OBJECT