diff options
author | jstebbins <[email protected]> | 2012-06-17 14:11:33 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-06-17 14:11:33 +0000 |
commit | 8766cc871dd8f19cbcdeda86450a274458b2be28 (patch) | |
tree | 1f21d9f89abe18a6b373e09f02da47bbdc0e19cd | |
parent | 42bc0353a509999e095a25fbb4f73b8c4b490aeb (diff) |
remove unnecessary include
Thanks for Rogerio Brito for patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4744 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | libhb/stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index da82f6f4a..9a287dc88 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -15,7 +15,6 @@ #include "hbffmpeg.h" #include "lang.h" #include "a52dec/a52.h" -#include "mp4v2/mp4v2.h" #include "libbluray/bluray.h" #define min(a, b) a < b ? a : b |