Cleanup includes

This commit is contained in:
Tobias Fella
2024-05-05 21:49:43 +02:00
parent 53e3c36f7e
commit c3de788956
12 changed files with 14 additions and 37 deletions

View File

@@ -11,7 +11,6 @@
#include <Quotient/events/stickerevent.h>
#include <KLocalizedString>
#include <qlist.h>
#ifndef Q_OS_ANDROID
#include <KSyntaxHighlighting/Definition>

View File

@@ -11,8 +11,6 @@
#include "enums/messagecomponenttype.h"
#include "eventhandler.h"
#include "itinerarymodel.h"
#include "linkpreviewer.h"
#include "neochatroom.h"
struct MessageComponent {
MessageComponentType::Type type = MessageComponentType::Other;

View File

@@ -4,7 +4,7 @@
#include "roomlistmodel.h"
#include "eventhandler.h"
#include "neochatconfig.h"
#include "neochatconnection.h"
#include "neochatroom.h"
#include "roommanager.h"
#include "spacehierarchycache.h"