avformat/mov: remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-30 11:25:18 +00:00
parent 41456c7d15
commit cc1357a173
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@
#include "qtpalette.h"
#undef NDEBUG
#include <assert.h>
/* those functions parse an atom */
/* links atom IDs to parse functions */
typedef struct MOVParseTableEntry {