From e153e9a53a6fbfba974b8263bca70f7bba02952c Mon Sep 17 00:00:00 2001 From: Mans Rullgard <mans@mansr.com> Date: Tue, 25 Jan 2011 03:31:01 +0000 Subject: [PATCH] latm: remove superflous #includes Signed-off-by: Mans Rullgard <mans@mansr.com> --- libavcodec/latm_parser.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libavcodec/latm_parser.c b/libavcodec/latm_parser.c index b8b67ef5468..e3134be5676 100644 --- a/libavcodec/latm_parser.c +++ b/libavcodec/latm_parser.c @@ -23,12 +23,7 @@ * AAC LATM parser */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <math.h> -#include <sys/types.h> - +#include <stdint.h> #include "parser.h" #define LATM_HEADER 0x56e000 // 0x2b7 (11 bits) -- GitLab