[FFmpeg-cvslog] avcodec/libxevd: Improve included headers a bit
Andreas Rheinhardt
git at videolan.org
Fri Mar 1 02:41:21 EET 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Feb 27 20:35:54 2024 +0100| [0c92c8e6e37cb75df616303c8f3cf6d321431a0e] | committer: Andreas Rheinhardt
avcodec/libxevd: Improve included headers a bit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c92c8e6e37cb75df616303c8f3cf6d321431a0e
---
libavcodec/libxevd.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c
index fd12a1f150..23ea22f792 100644
--- a/libavcodec/libxevd.c
+++ b/libavcodec/libxevd.c
@@ -21,22 +21,18 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <float.h>
-#include <stdlib.h>
+#include <stddef.h>
#include <xevd.h>
#include "libavutil/internal.h"
#include "libavutil/common.h"
-#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixfmt.h"
#include "libavutil/imgutils.h"
#include "libavutil/cpu.h"
#include "avcodec.h"
-#include "internal.h"
-#include "packet_internal.h"
#include "codec_internal.h"
#include "profiles.h"
#include "decode.h"
More information about the ffmpeg-cvslog
mailing list