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

@@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#include "reactionmodel.h"
#include "neochatroom.h"
#include <QDebug>
#include <QFont>
@@ -15,8 +14,6 @@
#include <KLocalizedString>
#include <Quotient/roommember.h>
ReactionModel::ReactionModel(const Quotient::RoomMessageEvent *event, NeoChatRoom *room)
: QAbstractListModel(nullptr)
, m_room(room)