Remove duplicate headers between header/cpp

This commit is contained in:
Laurent Montel
2023-07-12 13:42:54 +02:00
committed by Tobias Fella
parent 025b367a7e
commit 63a17b5985
9 changed files with 0 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
// SPDX-License-Identifier: LGPL-2.0-or-later
#include "collapsestateproxymodel.h"
#include "messageeventmodel.h"
#include <KLocalizedString>

View File

@@ -23,7 +23,6 @@
#include <QGuiApplication>
#include <QTimeZone>
#include <KFormat>
#include <KLocalizedString>
#include "models/reactionmodel.h"

View File

@@ -14,7 +14,6 @@
#include "controller.h"
#include "neochatconfig.h"
#include "notificationsmanager.h"
// Alternate name text for default rules.
static const QHash<QString, QString> defaultRuleNames = {

View File

@@ -10,7 +10,6 @@
#include <connection.h>
#ifdef QUOTIENT_07
#include <csapi/search.h>
#endif
using namespace Quotient;