Remove a few more headers
This commit is contained in:
parent
07228d336a
commit
35ff02ce48
18 changed files with 48 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue