From 670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Fri, 21 Aug 2015 23:36:09 +0100 Subject: [PATCH] aacenc_tns: remove unused header Thanks to @nevcairiel for pointing this one out. Another thing which stopped msvc from compiling. Signed-off-by: Rostislav Pehlivanov --- libavcodec/aacenc_tns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c index 3b6e835067..d43dd0d065 100644 --- a/libavcodec/aacenc_tns.c +++ b/libavcodec/aacenc_tns.c @@ -25,7 +25,6 @@ * @author Rostislav Pehlivanov ( atomnuker gmail com ) */ -#include #include "aacenc.h" #include "aacenc_tns.h" #include "aactab.h"