Remove a few more headers

This commit is contained in:
Nicolas Werner 2022-06-18 01:35:30 +02:00
parent 07228d336a
commit 35ff02ce48
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
18 changed files with 48 additions and 52 deletions

View file

@ -8,7 +8,6 @@
#include <QObject>
#include <mtx/responses/crypto.hpp>
#include <nlohmann/json.hpp>
#include "CacheCryptoStructs.h"
#include "Logging.h"
@ -211,7 +210,7 @@ private:
sas_ptr sas;
std::string mac_method;
std::string commitment;
nlohmann::json canonical_json;
std::string canonical_json;
std::vector<int> sasList;
UserKeyCache their_keys;