avformat/utils: remove unneeded #include, 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 bc74f946bc
commit 43630c82f1
  1. 2
      libavformat/utils.c

@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#undef NDEBUG
#include <assert.h>
#include <stdarg.h>
#include <stdint.h>

Loading…
Cancel
Save