mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
avutil/avstring: Remove obsolete version.h inclusion
Forgotten in 30e1e7e0f3
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e3b355c0be
commit
8ba7deb6c0
@ -32,7 +32,6 @@
|
|||||||
#include "bprint.h"
|
#include "bprint.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
int av_strstart(const char *str, const char *pfx, const char **ptr)
|
int av_strstart(const char *str, const char *pfx, const char **ptr)
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_string
|
* @addtogroup lavu_string
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "avstring.h"
|
#include "avstring.h"
|
||||||
|
#include "macros.h"
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
#include "spherical.h"
|
#include "spherical.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user