Cleanup NeoChatRoom includes

This commit is contained in:
James Graham
2025-04-04 10:36:13 +01:00
parent 913b4ea923
commit 22b3641a07
2 changed files with 0 additions and 5 deletions

View File

@@ -39,14 +39,11 @@
#include "chatbarcache.h"
#include "clipboard.h"
#include "eventhandler.h"
#include "events/pollevent.h"
#include "filetransferpseudojob.h"
#include "neochatconnection.h"
#include "neochatroommember.h"
#include "roomlastmessageprovider.h"
#include "spacehierarchycache.h"
#include "texthandler.h"
#include "urlhelper.h"
#ifndef Q_OS_ANDROID

View File

@@ -11,11 +11,9 @@
#include <QQmlEngine>
#include <QCoroTask>
#include <Quotient/roommember.h>
#include "enums/messagetype.h"
#include "enums/pushrule.h"
#include "events/pollevent.h"
#include "neochatroommember.h"
#include "pollhandler.h"