aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-18 06:19:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-18 06:19:40 +0000
commit79795ab834e63c0103a32ba8d5ae4885b9dc4e10 (patch)
treeaac819e2e6927b140f5cb2dd85adc2ac91721da9 /src
parent6f5a51004d91a286a4160230db9afb6b1a09d59e (diff)
downloadqmmp-79795ab834e63c0103a32ba8d5ae4885b9dc4e10.tar.gz
qmmp-79795ab834e63c0103a32ba8d5ae4885b9dc4e10.tar.bz2
qmmp-79795ab834e63c0103a32ba8d5ae4885b9dc4e10.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3469 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Input/mad/decoder_mad.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp
index 67b2f406a..331453362 100644
--- a/src/plugins/Input/mad/decoder_mad.cpp
+++ b/src/plugins/Input/mad/decoder_mad.cpp
@@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2001 Brad Hughes <bhughes@trolltech.com> *
* Copyright (C) 2000-2004 Robert Leslie <rob@mars.org> *
- * Copyright (C) 2009-2012 Ilya Kotov forkotov02@hotmail.ru *
+ * Copyright (C) 2009-2013 Ilya Kotov forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -21,12 +21,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-
-#include <QtGui>
#include <taglib/id3v2header.h>
#include <taglib/tbytevector.h>
-#include <qmmp/buffer.h>
-#include <qmmp/output.h>
#include <math.h>
#include <stdio.h>
#include "tagextractor.h"