diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-19 05:39:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-19 05:39:36 +0000 |
| commit | 7b47bfa57bff12fa5350e128b316bdf27c977037 (patch) | |
| tree | 1dd9b575fdb521e392c5002e19b7c2a1bcf76df2 /src | |
| parent | c8f7b3aafe16a815d812161950e11dbc1bf9d29c (diff) | |
| download | qmmp-7b47bfa57bff12fa5350e128b316bdf27c977037.tar.gz qmmp-7b47bfa57bff12fa5350e128b316bdf27c977037.tar.bz2 qmmp-7b47bfa57bff12fa5350e128b316bdf27c977037.zip | |
removed useless includes from skin.cpp
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5177 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Ui/skinned/skin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/skin.cpp b/src/plugins/Ui/skinned/skin.cpp index 3bfb87168..0ea43e756 100644 --- a/src/plugins/Ui/skinned/skin.cpp +++ b/src/plugins/Ui/skinned/skin.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2014 by Ilya Kotov * + * Copyright (C) 2007-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * Based on Promoe, an XMMS2 Client * @@ -21,13 +21,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <QCoreApplication> #include <QDir> #include <QSettings> #include <QPainter> #include <QPolygon> #include <QImage> -#include <QBuffer> #include <QAction> #include <qmmp/qmmp.h> #include "actionmanager.h" |
