aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/General/copypaste/copypaste.cpp3
-rw-r--r--src/plugins/General/trackchange/trackchange.cpp1
-rw-r--r--src/plugins/Ui/skinned/mainwindow.cpp1
3 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/General/copypaste/copypaste.cpp b/src/plugins/General/copypaste/copypaste.cpp
index 47e097b83..9414dcb23 100644
--- a/src/plugins/General/copypaste/copypaste.cpp
+++ b/src/plugins/General/copypaste/copypaste.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2013 by Ilya Kotov *
+ * Copyright (C) 2013-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -21,7 +21,6 @@
#include <QAction>
#include <QSettings>
#include <QApplication>
-#include <QSignalMapper>
#include <QProgressDialog>
#include <QMessageBox>
#include <QFile>
diff --git a/src/plugins/General/trackchange/trackchange.cpp b/src/plugins/General/trackchange/trackchange.cpp
index cf19030a1..dd1fc71db 100644
--- a/src/plugins/General/trackchange/trackchange.cpp
+++ b/src/plugins/General/trackchange/trackchange.cpp
@@ -21,7 +21,6 @@
#include <QAction>
#include <QSettings>
#include <QApplication>
-#include <QSignalMapper>
#include <QProgressDialog>
#include <QMessageBox>
#include <QFile>
diff --git a/src/plugins/Ui/skinned/mainwindow.cpp b/src/plugins/Ui/skinned/mainwindow.cpp
index e7d619e82..a0efa8bec 100644
--- a/src/plugins/Ui/skinned/mainwindow.cpp
+++ b/src/plugins/Ui/skinned/mainwindow.cpp
@@ -23,7 +23,6 @@
#include <QAction>
#include <QMenu>
#include <QScreen>
-#include <QSignalMapper>
#include <math.h>
#include <qmmp/soundcore.h>
#include <qmmp/visual.h>