Remove wildcard mtx.hpp includes
This commit is contained in:
parent
bd3b6aefb4
commit
657f48b139
@ -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 New Issue
Block a user