avutil/avstring: Remove obsolete version.h inclusion

Forgotten in 30e1e7e0f3.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2023-09-02 17:52:14 +02:00
parent e3b355c0be
commit 8ba7deb6c0
3 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
#include "bprint.h"
#include "error.h"
#include "macros.h"
#include "version.h"
int av_strstart(const char *str, const char *pfx, const char **ptr)
{