diff options
author | Roman Plášil <me@rplasil.name> | 2017-06-02 11:18:15 +0800 |
---|---|---|
committer | Roman Plášil <me@rplasil.name> | 2017-06-02 16:29:17 +0800 |
commit | 67b75e13db0d9b201c92d74e829e45d043313be7 (patch) | |
tree | 3dfbd958593da5c5775ba2b502bd1472c73c4104 | |
parent | 6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd (diff) | |
download | libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.tar.gz libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.zip |
Clean up
-rw-r--r-- | room.cpp | 2 | ||||
-rw-r--r-- | settings.h | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -24,8 +24,6 @@ #include <QtCore/QJsonArray> #include <QtCore/QStringBuilder> // for efficient string concats (operator%) #include <QtCore/QElapsedTimer> -#include <algorithm> -#include <array> #include "connection.h" #include "state.h" @@ -20,9 +20,9 @@ #include <QtCore/QSettings>
#include <QtCore/QVector>
+#include <QtCore/QUrl>
class QVariant;
-class QUrl;
namespace QMatrixClient
{
|