aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-07 19:08:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-07 19:08:40 +0000
commit5ed184f6e376ad876f5026f9a4e450ae7e8ac965 (patch)
tree4b4eb8005ba5ef6276ed9cb26af0ec35424acd11 /src/plugins/Input/mpc
parentc128ab5445b227c0da7d536d9a881f02284f52b7 (diff)
downloadqmmp-5ed184f6e376ad876f5026f9a4e450ae7e8ac965.tar.gz
qmmp-5ed184f6e376ad876f5026f9a4e450ae7e8ac965.tar.bz2
qmmp-5ed184f6e376ad876f5026f9a4e450ae7e8ac965.zip
marking recycler as private api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3037 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc')
-rw-r--r--src/plugins/Input/mpc/decoder_mpc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/mpc/decoder_mpc.cpp b/src/plugins/Input/mpc/decoder_mpc.cpp
index f3a389d28..3861bffa6 100644
--- a/src/plugins/Input/mpc/decoder_mpc.cpp
+++ b/src/plugins/Input/mpc/decoder_mpc.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2009 by Ilya Kotov *
+ * Copyright (C) 2006-2012 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -23,7 +23,6 @@
#include <QIODevice>
#include <qmmp/buffer.h>
#include <qmmp/output.h>
-#include <qmmp/recycler.h>
#include <math.h>
#include "decoder_mpc.h"