Browse Source

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.6
Paul B Mahol 11 years ago
parent
commit
01a3c5dae0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/put_bits.h

+ 0
- 1
libavcodec/put_bits.h View File

@@ -28,7 +28,6 @@

#include <stdint.h>
#include <stddef.h>
#include <assert.h>

#include "libavutil/intreadwrite.h"
#include "libavutil/avassert.h"


Loading…
Cancel
Save