summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 16:43:41 +0100
committerMans Rullgard <mans@mansr.com>2011-06-04 17:03:59 +0100
commit91b4941c17bcf6bd4a0cfc7feb6d7c46868db433 (patch)
treef4adf27d20ef3eb945dfa64cf06db9e53f608672 /libavcodec/mpc.h
parentd0989bed226578a8f37ca90c78abc97abafb9794 (diff)
musepack: remove extraneous mpcdata.h inclusions
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index eea4b6df36..f73c658f7d 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -35,8 +35,6 @@
#include "dsputil.h"
#include "mpegaudio.h"
-#include "mpcdata.h"
-
#define BANDS 32
#define SAMPLES_PER_BAND 36
#define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)