summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_aac.c
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 21:17:26 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 21:17:26 +0000
commit4ea93f6ad85cbb0250f37dc9e46a62bf58add28a (patch)
tree0cc850ede931df6091c25e93493fa9615a142b6b /libmpdemux/demux_aac.c
parent196a18a37cb48bafdad1a172f5ed7280d3ceb52e (diff)
downloadmpv-4ea93f6ad85cbb0250f37dc9e46a62bf58add28a.tar.bz2
mpv-4ea93f6ad85cbb0250f37dc9e46a62bf58add28a.tar.xz
remove useless include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15741 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/demux_aac.c')
-rw-r--r--libmpdemux/demux_aac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/demux_aac.c b/libmpdemux/demux_aac.c
index 4543591de6..59583deee3 100644
--- a/libmpdemux/demux_aac.c
+++ b/libmpdemux/demux_aac.c
@@ -12,7 +12,6 @@
#include "stheader.h"
#include "bswap.h"
-#include "../unrarlib.h"
#include "ms_hdr.h"
extern void resync_audio_stream(sh_audio_t *sh_audio);