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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Feb 15 19:42:59 EET 2022


It has been added for an FF_API_* at a time when these were in avutil.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavutil/eval.h | 2 --
 1 file changed, 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;
 
 /**
-- 
2.32.0



More information about the ffmpeg-devel mailing list