avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert*

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

@ -37,9 +37,6 @@
#include "unary.h"
#include "simple_idct.h"
#undef NDEBUG
#include <assert.h>
/***********************************************************************/
/**
* @name VC-1 Bitplane decoding

Loading…
Cancel
Save