summaryrefslogtreecommitdiff
path: root/libavcodec/snappy.c
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/snappy.c
parente7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff)
downloadffmpeg-4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9.tar.gz
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/snappy.c')
-rw-r--r--libavcodec/snappy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/snappy.c b/libavcodec/snappy.c
index f5c4c6578b..91dd84fad4 100644
--- a/libavcodec/snappy.c
+++ b/libavcodec/snappy.c
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "libavutil/mem.h"
-
#include "bytestream.h"
#include "snappy.h"