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

@ -7,12 +7,14 @@
#include <QApplication>
#include "Cache.h"
#include "Cache_p.h"
#include "ChatPage.h"
#include "Logging.h"
#include "MainWindow.h"
#include "MatrixClient.h"
#include "Olm.h"
#include "encryption/VerificationManager.h"
#include "timeline/TimelineViewManager.h"
#include "ui/UIA.h"