diff mbox series

[FFmpeg-devel,7/7] avutil/avstring: Remove obsolete version.h inclusion

Message ID AS8P250MB0744F7F085912860861E2F1E8FEBA@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 8ba7deb6c094428a73fbc60b5888602bd9b574ec
Headers show
Series [FFmpeg-devel] avformat/avformat: Avoid including codec.h, frame.h | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Sept. 2, 2023, 4:21 p.m. UTC
Forgotten in 30e1e7e0f324d7bf66b3b8583a3e49fd3cd101b2.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavutil/avstring.c  | 1 -
 libavutil/avstring.h  | 1 -
 libavutil/spherical.c | 1 +
 3 files changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/libavutil/avstring.c b/libavutil/avstring.c
index e460b5be7f..8751ce5576 100644
--- a/libavutil/avstring.c
+++ b/libavutil/avstring.c
@@ -32,7 +32,6 @@ 
 #include "bprint.h"
 #include "error.h"
 #include "macros.h"
-#include "version.h"
 
 int av_strstart(const char *str, const char *pfx, const char **ptr)
 {
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index e260263763..fd2a7ab391 100644
--- a/libavutil/avstring.h
+++ b/libavutil/avstring.h
@@ -24,7 +24,6 @@ 
 #include <stddef.h>
 #include <stdint.h>
 #include "attributes.h"
-#include "version.h"
 
 /**
  * @addtogroup lavu_string
diff --git a/libavutil/spherical.c b/libavutil/spherical.c
index ed66344a2f..800d3459a5 100644
--- a/libavutil/spherical.c
+++ b/libavutil/spherical.c
@@ -19,6 +19,7 @@ 
  */
 
 #include "avstring.h"
+#include "macros.h"
 #include "mem.h"
 #include "spherical.h"