Skip to content
Snippets Groups Projects
Commit 657f48b1 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove wildcard mtx.hpp includes

parent bd3b6aef
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment