GIT_SILENT: Don't duplicate headers between .h/.cpp
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#include "sortfilterroomlistmodel.h"
|
||||
|
||||
#include "models/roomlistmodel.h"
|
||||
|
||||
#include "neochatconnection.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "enums/roomsortparameter.h"
|
||||
#include "models/roomtreemodel.h"
|
||||
#include "neochatconnection.h"
|
||||
#include "neochatroom.h"
|
||||
#include "spacehierarchycache.h"
|
||||
|
||||
#include <Quotient/eventstats.h>
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
|
||||
#include "sortfilterspacelistmodel.h"
|
||||
|
||||
#include "models/roomlistmodel.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
||||
SortFilterSpaceListModel::SortFilterSpaceListModel(RoomListModel *sourceModel, QObject *parent)
|
||||
|
||||
Reference in New Issue
Block a user