From 98d0acc6d2129e75eae9fed45af878e6f9b8be1b Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 27 Sep 2023 23:28:59 +0300 Subject: [PATCH] plasma: remove duplicate header inclusion in paste source file Signed-off-by: Ivailo Monev --- plasma/containmentactions/paste/paste.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plasma/containmentactions/paste/paste.cpp b/plasma/containmentactions/paste/paste.cpp index 1aeed84c..ef5a89bf 100644 --- a/plasma/containmentactions/paste/paste.cpp +++ b/plasma/containmentactions/paste/paste.cpp @@ -19,9 +19,7 @@ #include "paste.h" -#include -#include - +#include #include Paste::Paste(QObject *parent, const QVariantList &args)