style: remove redundant include

style: remove redundant include
This commit is contained in:
Srevin Saju
2021-05-05 20:02:43 +03:00
parent 584cd59f93
commit 18a2d6d6d6
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#include "actionshandler.h"
#include "commandmodel.h"
#include "csapi/joining.h"

View File

@@ -4,7 +4,6 @@
#pragma once
#include <QObject>
#include <QSettings>
#include <QVariant>
#include <QVector>
#include <utility>