diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-11 21:54:31 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 14:34:31 +0200 |
commit | e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (patch) | |
tree | 5be212f0b3fac0c47e62616b88c315e351783efb /libavcodec/error_resilience.c | |
parent | 2c05ee092bda386cfaa6c0cd231ec64987335cfd (diff) | |
download | ffmpeg-e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3.tar.gz |
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>
Diffstat (limited to 'libavcodec/error_resilience.c')
-rw-r--r-- | libavcodec/error_resilience.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 68bc10ac31..f13be7b918 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -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 |