diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-24 22:25:58 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-27 17:07:22 +0100 |
commit | 8ca57fcf9ed327a6c2d9c5345be9b7e0724ca048 (patch) | |
tree | b58f434e671334a37881bafea054697fb028ee26 /libavutil | |
parent | 9223c92c889c37981ff1d1caaa99791182deebb7 (diff) | |
download | ffmpeg-8ca57fcf9ed327a6c2d9c5345be9b7e0724ca048.tar.gz |
avutil/fifo, file: Remove unused headers
Forgotten in 4105899245d79976b4a1a230455066417f3f194d,
4c92fc02f850f4f813e8cef8f8f8ed37d498e090.
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/fifo.h | 4 | ||||
-rw-r--r-- | libavutil/file.h | 1 |
2 files changed, 0 insertions, 5 deletions
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" /** |