diff mbox series

[FFmpeg-devel,02/10] avutil/fifo, file: Remove unused headers

Message ID GV1P250MB073736C2932062028EF9A4E38F362@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 8ca57fcf9ed327a6c2d9c5345be9b7e0724ca048
Headers show
Series [FFmpeg-devel,01/10] doc/examples: Always use <> includes | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt March 25, 2024, 1:53 a.m. UTC
Forgotten in 4105899245d79976b4a1a230455066417f3f194d,
4c92fc02f850f4f813e8cef8f8f8ed37d498e090.

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

Comments

Stefano Sabatini March 26, 2024, 4:44 p.m. UTC | #1
On date Monday 2024-03-25 02:53:16 +0100, Andreas Rheinhardt wrote:
> Forgotten in 4105899245d79976b4a1a230455066417f3f194d,
> 4c92fc02f850f4f813e8cef8f8f8ed37d498e090.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>  libavutil/fifo.h | 4 ----
>  libavutil/file.h | 1 -
>  2 files changed, 5 deletions(-)

LGTM, thanks.
diff mbox series

Patch

diff --git a/libavutil/fifo.h b/libavutil/fifo.h
index 048298214a..f2206c35f5 100644
--- a/libavutil/fifo.h
+++ b/libavutil/fifo.h
@@ -26,10 +26,6 @@ 
 #define AVUTIL_FIFO_H
 
 #include <stddef.h>
-#include <stdint.h>
-
-#include "attributes.h"
-#include "version.h"
 
 /**
  * @defgroup lavu_fifo AVFifo
diff --git a/libavutil/file.h b/libavutil/file.h
index b5a762c28f..fced170108 100644
--- a/libavutil/file.h
+++ b/libavutil/file.h
@@ -22,7 +22,6 @@ 
 #include <stddef.h>
 #include <stdint.h>
 
-#include "version.h"
 #include "attributes.h"
 
 /**