summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_tns.c
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-08-21 23:36:09 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-08-21 23:36:09 +0100
commit670dfda143fc7d4d1d7620fed4a4eb5b2e0b1688 (patch)
tree4059a0fb096e1a764b571c12c157dca52e7417b0 /libavcodec/aacenc_tns.c
parentcafba99b5146cf10d60ceed4257f6e82380a020e (diff)
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 <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/aacenc_tns.c')
-rw-r--r--libavcodec/aacenc_tns.c1
1 files changed, 0 insertions, 1 deletions
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 <strings.h>
#include "aacenc.h"
#include "aacenc_tns.h"
#include "aactab.h"