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 /room.cpp | |
parent | 6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd (diff) | |
download | libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.tar.gz libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.zip |
Clean up
Diffstat (limited to 'room.cpp')
-rw-r--r-- | room.cpp | 2 |
1 files changed, 0 insertions, 2 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" |