mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove wildcard mtx.hpp includes
This commit is contained in:
parent
bd3b6aefb4
commit
657f48b139
4 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <QLabel>
|
||||
#include <QWidget>
|
||||
|
||||
#include "mtx.hpp"
|
||||
#include <mtx/identifiers.hpp>
|
||||
|
||||
class QPushButton;
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#include <boost/optional.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <mtx.hpp>
|
||||
#include <mtx/events.hpp>
|
||||
#include <mtx/events/encrypted.hpp>
|
||||
#include <mtxclient/crypto/client.hpp>
|
||||
|
||||
constexpr auto OLM_ALGO = "m.olm.v1.curve25519-aes-sha2";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <QFrame>
|
||||
|
||||
#include <mtx.hpp>
|
||||
#include <mtx/requests.hpp>
|
||||
|
||||
class QPushButton;
|
||||
class TextField;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "InviteeItem.h"
|
||||
#include "ui/TextField.h"
|
||||
|
||||
#include "mtx.hpp"
|
||||
#include <mtx/identifiers.hpp>
|
||||
|
||||
using namespace dialogs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue