avcodec/qdm2: 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 10:42:44 +00:00
parent 5274860fe2
commit 3db9960e0a
1 changed files with 0 additions and 4 deletions

View File

@ -46,10 +46,6 @@
#include "qdm2_tablegen.h"
#undef NDEBUG
#include <assert.h>
#define QDM2_LIST_ADD(list, size, packet) \
do { \
if (size > 0) { \