mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-26 01:04:45 +08:00
put_bits: Remove unused includes
This requires adding includes to other files that relied on these being included implicitly.
This commit is contained in:
@@ -27,15 +27,10 @@
|
||||
#define AVCODEC_PUT_BITS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "libavutil/bswap.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "mathops.h"
|
||||
#include "config.h"
|
||||
|
||||
typedef struct PutBitContext {
|
||||
uint32_t bit_buf;
|
||||
|
||||
Reference in New Issue
Block a user