From 848abc5922167a467bb73107ee6b72e9af3c8317 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Sat, 3 Mar 2018 10:48:57 +0300 Subject: Remove unused #include Summary: I used CLion inspection to hunt all unused #include Reviewers: #dolphin, elvisangelaccio, markg Reviewed By: #dolphin, elvisangelaccio, markg Subscribers: markg, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10985 --- src/panels/panel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/panels/panel.cpp') diff --git a/src/panels/panel.cpp b/src/panels/panel.cpp index 348191c98..30cff509d 100644 --- a/src/panels/panel.cpp +++ b/src/panels/panel.cpp @@ -19,7 +19,6 @@ ***************************************************************************/ #include "panel.h" -#include Panel::Panel(QWidget* parent) : QWidget(parent), -- cgit v1.3