summaryrefslogtreecommitdiff
path: root/libavcodec/opustab.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
commit4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (patch)
tree6839dd6cc51b51c9427d6cf9a057962405223b57 /libavcodec/opustab.h
parente7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff)
downloadffmpeg-4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9.tar.gz
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/opustab.h')
-rw-r--r--libavcodec/opustab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/opustab.h b/libavcodec/opustab.h
index 4525837942..16011db758 100644
--- a/libavcodec/opustab.h
+++ b/libavcodec/opustab.h
@@ -23,8 +23,6 @@
#ifndef AVCODEC_OPUSTAB_H
#define AVCODEC_OPUSTAB_H
-#include "libavutil/mem.h"
-
#include <stdint.h>
extern const uint8_t ff_celt_band_end[];