summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-11 21:54:31 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:34:31 +0200
commite7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (patch)
tree5be212f0b3fac0c47e62616b88c315e351783efb /libavutil/mathematics.c
parent2c05ee092bda386cfaa6c0cd231ec64987335cfd (diff)
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 'libavutil/mathematics.c')
-rw-r--r--libavutil/mathematics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c
index 2de2b39da0..f4e541fa24 100644
--- a/libavutil/mathematics.c
+++ b/libavutil/mathematics.c
@@ -30,7 +30,6 @@
#include "libavutil/intmath.h"
#include "libavutil/common.h"
#include "avassert.h"
-#include "version.h"
/* Stein's binary GCD algorithm:
* https://en.wikipedia.org/wiki/Binary_GCD_algorithm */