summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-02 06:43:12 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-05 03:28:45 +0200
commit2345b4eb9c430946ff1ca04d9ee55168336fd1cb (patch)
tree8520e3e0ffd92acbd74b442dbdb975b93d6932e2 /libavcodec/acelp_filters.c
parent0661472fa849901d73c382bb49741fdf2fb0021f (diff)
downloadffmpeg-2345b4eb9c430946ff1ca04d9ee55168336fd1cb.tar.gz
avcodec/acelp_*: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/acelp_filters.c')
-rw-r--r--libavcodec/acelp_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c
index 9182579330..db4908f31c 100644
--- a/libavcodec/acelp_filters.c
+++ b/libavcodec/acelp_filters.c
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <inttypes.h>
#include <stddef.h>
+#include <stdint.h>
#include "config.h"
#include "libavutil/avassert.h"