diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2022-02-06 20:00:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 20:00:38 +0100 |
commit | ac53741920b1e92b8ac61bb7c11afcae5722b241 (patch) | |
tree | 928b456e870632939f4a501ded035a33b502dd95 /lib/e2ee | |
parent | 27baabc9b8c9476fc550aef4462c193d5a9997a6 (diff) | |
download | libquotient-ac53741920b1e92b8ac61bb7c11afcae5722b241.tar.gz libquotient-ac53741920b1e92b8ac61bb7c11afcae5722b241.zip |
Update lib/e2ee/qolminboundsession.cpp
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/e2ee')
-rw-r--r-- | lib/e2ee/qolminboundsession.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/e2ee/qolminboundsession.cpp b/lib/e2ee/qolminboundsession.cpp index 9729c02d..9bc80eef 100644 --- a/lib/e2ee/qolminboundsession.cpp +++ b/lib/e2ee/qolminboundsession.cpp @@ -4,7 +4,6 @@ #include "e2ee/qolminboundsession.h" #include <iostream> -#include <cstring> using namespace Quotient; QOlmError lastError(OlmInboundGroupSession *session) { |