[FFmpeg-cvslog] avutil/avstring: Remove obsolete version.h inclusion

Andreas Rheinhardt git at videolan.org
Thu Sep 7 02:19:27 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Sep  2 17:52:14 2023 +0200| [8ba7deb6c094428a73fbc60b5888602bd9b574ec] | committer: Andreas Rheinhardt

avutil/avstring: Remove obsolete version.h inclusion

Forgotten in 30e1e7e0f324d7bf66b3b8583a3e49fd3cd101b2.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ba7deb6c094428a73fbc60b5888602bd9b574ec
---

 libavutil/avstring.c  | 1 -
 libavutil/avstring.h  | 1 -
 libavutil/spherical.c | 1 +
 3 files changed, 1 insertion(+), 2 deletions(-)

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 9b187e8d92..fc095349d2 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"
 



More information about the ffmpeg-cvslog mailing list