diff mbox series

[FFmpeg-devel,11/19] avutil/eval: Don't include avutil.h

Message ID AM7PR03MB6660C0F7742C204078E47AAD8F349@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 9d78acd8617f21ad8fb2dd0e521f7752a9e3aabb
Headers show
Series [FFmpeg-devel] avutil/x86/emms: Don't unnecessarily include lavu/cpu.h | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to run configure
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Feb. 15, 2022, 5:42 p.m. UTC
It has been added for an FF_API_* at a time when these were in avutil.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavutil/eval.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Martin Storsjö Feb. 23, 2022, 2:50 p.m. UTC | #1
On Tue, 15 Feb 2022, Andreas Rheinhardt wrote:

> It has been added for an FF_API_* at a time when these were in avutil.h.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
> libavutil/eval.h | 2 --
> 1 file changed, 2 deletions(-)

LGTM

// Martin
diff mbox series

Patch

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;
 
 /**