diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 11:46:37 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-24 12:56:49 +0100 |
commit | 9d78acd8617f21ad8fb2dd0e521f7752a9e3aabb (patch) | |
tree | 094f9c6728911e1706ee5c0554a2b929b66a87aa /libavutil | |
parent | eaba16ba704057336fc696949b178489cb36f812 (diff) | |
download | ffmpeg-9d78acd8617f21ad8fb2dd0e521f7752a9e3aabb.tar.gz |
avutil/eval: Don't include avutil.h
It has been added for an FF_API_* at a time when these were in avutil.h.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/eval.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/eval.h b/libavutil/eval.h index 068c62cdab..57afc2d562 100644 --- a/libavutil/eval.h +++ b/libavutil/eval.h @@ -26,8 +26,6 @@ #ifndef AVUTIL_EVAL_H #define AVUTIL_EVAL_H -#include "avutil.h" - typedef struct AVExpr AVExpr; /** |