diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-01 20:14:42 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-02 21:07:01 -0500 |
commit | 22c0babbb2ac37724c2462d9cda01e3b7229df56 (patch) | |
tree | 5fa82cdc90c690c8734db822e5434b78eb83eaca /libavcodec/apedec.c | |
parent | e4169612a150353cb463ba2c23e88ce1ac254e93 (diff) | |
download | ffmpeg-22c0babbb2ac37724c2462d9cda01e3b7229df56.tar.gz |
apedec: remove unneeded #include of get_bits.h and associated macro
Diffstat (limited to 'libavcodec/apedec.c')
-rw-r--r-- | libavcodec/apedec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c index f2504faed6..2d624cd72e 100644 --- a/libavcodec/apedec.c +++ b/libavcodec/apedec.c @@ -20,10 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define BITSTREAM_READER_LE #include "avcodec.h" #include "dsputil.h" -#include "get_bits.h" #include "bytestream.h" #include "libavutil/audioconvert.h" #include "libavutil/avassert.h" |