avcodec/svq1dec: remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/109/head
Paul B Mahol 10 years ago
parent 9f73b88c62
commit 335c150ba1
  1. 3
      libavcodec/svq1dec.c

@ -40,9 +40,6 @@
#include "mathops.h"
#include "svq1.h"
#undef NDEBUG
#include <assert.h>
static VLC svq1_block_type;
static VLC svq1_motion_component;
static VLC svq1_intra_multistage[6];

Loading…
Cancel
Save