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/pusher.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/pusher.cpp')
-rw-r--r-- | lib/csapi/pusher.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csapi/pusher.cpp b/lib/csapi/pusher.cpp index dea7cf8b..324f7991 100644 --- a/lib/csapi/pusher.cpp +++ b/lib/csapi/pusher.cpp @@ -4,6 +4,8 @@ #include "pusher.h" +#include "converters.h" + #include <QtCore/QStringBuilder> using namespace QMatrixClient; |