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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/115/head^2
Paul B Mahol 10 years ago
parent cb335b3af2
commit 01a3c5dae0
  1. 1
      libavcodec/put_bits.h

@ -28,7 +28,6 @@
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include <assert.h>
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/avassert.h" #include "libavutil/avassert.h"

Loading…
Cancel
Save