Remove wildcard mtx.hpp includes

This commit is contained in:
Nicolas Werner 2020-01-31 17:00:13 +01:00
parent bd3b6aefb4
commit 657f48b139
4 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#include <QLabel>
#include <QWidget>
#include "mtx.hpp"
#include <mtx/identifiers.hpp>
class QPushButton;

View File

@ -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";

View File

@ -2,7 +2,7 @@
#include <QFrame>
#include <mtx.hpp>
#include <mtx/requests.hpp>
class QPushButton;
class TextField;

View File

@ -13,7 +13,7 @@
#include "InviteeItem.h"
#include "ui/TextField.h"
#include "mtx.hpp"
#include <mtx/identifiers.hpp>
using namespace dialogs;