diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-06 14:18:05 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-06 14:18:05 +0900 |
commit | 59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e (patch) | |
tree | ea28b879ecada9f002d9d7e475652089f5bb0a4e /lib/csapi/create_room.cpp | |
parent | 1dc3784d5a3ef05433bc42318b896ff2a4e149cf (diff) | |
download | libquotient-59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e.tar.gz libquotient-59596449eef2dfba0da8cf7e0c6ac4fcbf3a7a1e.zip |
Optimise #includes, eliminate some excess blank lines in lib/csapi
Diffstat (limited to 'lib/csapi/create_room.cpp')
-rw-r--r-- | lib/csapi/create_room.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csapi/create_room.cpp b/lib/csapi/create_room.cpp index 0a7eb208..3764eeab 100644 --- a/lib/csapi/create_room.cpp +++ b/lib/csapi/create_room.cpp @@ -4,6 +4,8 @@ #include "create_room.h" +#include "converters.h" + #include <QtCore/QStringBuilder> using namespace QMatrixClient; |