diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 19:48:48 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-03 19:48:48 +0900 |
commit | 553c22541026bd44f8fbc7f4e186e60703f5ecb3 (patch) | |
tree | b98ff2f4ac638ac6377899c3531310921e14076f /lib/csapi/list_public_rooms.h | |
parent | 66b08e3570d272d4dd81823cdf303ce7eae17609 (diff) | |
download | libquotient-553c22541026bd44f8fbc7f4e186e60703f5ecb3.tar.gz libquotient-553c22541026bd44f8fbc7f4e186e60703f5ecb3.zip |
csapi: No need to explicitly #include <QtCore/QStringList>
Diffstat (limited to 'lib/csapi/list_public_rooms.h')
-rw-r--r-- | lib/csapi/list_public_rooms.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csapi/list_public_rooms.h b/lib/csapi/list_public_rooms.h index 16278bd5..c12773aa 100644 --- a/lib/csapi/list_public_rooms.h +++ b/lib/csapi/list_public_rooms.h @@ -7,7 +7,6 @@ #include "jobs/basejob.h" #include <QtCore/QVector> -#include <QtCore/QStringList> #include "converters.h" namespace QMatrixClient |