plasma: remove duplicate header inclusion in paste source file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-27 23:28:59 +03:00
parent 91a4f9036a
commit 98d0acc6d2

View file

@ -19,9 +19,7 @@
#include "paste.h"
#include <QtGui/qgraphicssceneevent.h>
#include <QtGui/qgraphicssceneevent.h>
#include <QGraphicsSceneMouseEvent>
#include <KDebug>
Paste::Paste(QObject *parent, const QVariantList &args)