Clean up includes

This commit is contained in:
Tobias Fella
2022-10-08 19:03:49 +02:00
parent 6756e1fd45
commit 22448ea9ae
49 changed files with 168 additions and 208 deletions

View File

@@ -4,29 +4,26 @@
#include "roomlistmodel.h"
#include "neochatconfig.h"
#include "neochatroom.h"
#include "notificationsmanager.h"
#include "roommanager.h"
#include "user.h"
#include "utils.h"
#include "events/roomevent.h"
#include <QBrush>
#include <QColor>
#include <QDebug>
#ifndef Q_OS_ANDROID
#include <QDBusConnection>
#include <QDBusInterface>
#include <QDBusMessage>
#endif
#include <QStandardPaths>
#include <KLocalizedString>
#include <QGuiApplication>
#include <utility>
#include "notificationsmanager.h"
#include "roommanager.h"
#include <csapi/notifications.h>
using namespace Quotient;
Q_DECLARE_METATYPE(Quotient::JoinState)
#ifndef Q_OS_ANDROID