Remove obsolete version.h inclusions
These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "libavutil/attributes.h"
|
||||
#include "avcodec.h"
|
||||
#include "blockdsp.h"
|
||||
#include "version.h"
|
||||
|
||||
static void clear_block_c(int16_t *block)
|
||||
{
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "version.h"
|
||||
|
||||
/* add and put pixel (decoding)
|
||||
* Block sizes for op_pixels_func are 8x4,8x8 16x8 16x16.
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "codec_id.h"
|
||||
#include "codec_desc.h"
|
||||
#include "profiles.h"
|
||||
#include "version.h"
|
||||
|
||||
#define MT(...) (const char *const[]){ __VA_ARGS__, NULL }
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#include "mpegvideo.h"
|
||||
#include "rectangle.h"
|
||||
#include "thread.h"
|
||||
#include "version.h"
|
||||
|
||||
/**
|
||||
* @param stride the number of MVs to get to the next row
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include "libavutil/frame.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "version.h"
|
||||
|
||||
/**
|
||||
* Return value for header parsers if frame is not coded.
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#include "internal.h"
|
||||
#include "put_bits.h"
|
||||
#include "raw.h"
|
||||
#include "version.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdatomic.h>
|
||||
|
||||
Reference in New Issue
Block a user