Simplify includes a bit

This commit is contained in:
Nicolas Werner 2022-06-16 01:19:26 +02:00
parent f8e6c9c53c
commit beb59d5d2e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
7 changed files with 20 additions and 12 deletions

View file

@ -8,12 +8,14 @@
#include <QMimeDatabase>
#include <QStandardPaths>
#include "Cache.h"
#include "Cache_p.h"
#include "ChatPage.h"
#include "Logging.h"
#include "UserProfile.h"
#include "Utils.h"
#include "encryption/DeviceVerificationFlow.h"
#include "encryption/VerificationManager.h"
#include "mtx/responses/crypto.hpp"
#include "timeline/TimelineModel.h"
#include "timeline/TimelineViewManager.h"