diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-08 14:47:18 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-08 14:47:18 +0100 |
commit | 48400a8aa28537c1bedc095b5c4c08f677cca0f5 (patch) | |
tree | 749b3ddd50148d21f2d6b83acf46ec3cf45b7c8b | |
parent | 061de37889b0fa4bf8baae1f11693950297418c5 (diff) | |
download | libquotient-48400a8aa28537c1bedc095b5c4c08f677cca0f5.tar.gz libquotient-48400a8aa28537c1bedc095b5c4c08f677cca0f5.zip |
Drop unused #include
-rw-r--r-- | lib/room.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index e1d41fc3..4e7b29d8 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -54,7 +54,6 @@ #include <QtCore/QDir> #include <QtCore/QHash> -#include <QtCore/QMimeDatabase> #include <QtCore/QPointer> #include <QtCore/QRegularExpression> #include <QtCore/QStringBuilder> // for efficient string concats (operator%) |