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/versions.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/versions.h')
-rw-r--r-- | lib/csapi/versions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csapi/versions.h b/lib/csapi/versions.h index ab00eaa8..9f1a4831 100644 --- a/lib/csapi/versions.h +++ b/lib/csapi/versions.h @@ -6,7 +6,6 @@ #include "jobs/basejob.h" -#include <QtCore/QStringList> namespace QMatrixClient { |