Remove duplicate headers from headers/cpp

This commit is contained in:
Laurent Montel
2024-08-19 22:33:36 +02:00
committed by Tobias Fella
parent 4f9ca3e74d
commit 46916b34d4
16 changed files with 0 additions and 32 deletions

View File

@@ -3,7 +3,6 @@
#include "threadmodel.h"
#include <Quotient/csapi/relations.h>
#include <Quotient/events/event.h>
#include <Quotient/events/stickerevent.h>
#include <Quotient/jobs/basejob.h>
@@ -11,7 +10,6 @@
#include <memory>
#include "eventhandler.h"
#include "messagecontentmodel.h"
#include "neochatroom.h"
ThreadModel::ThreadModel(const QString &threadRootId, NeoChatRoom *room)