changeset 31813:9b4d2a805d63

Remove unnecessary libavutil/internal.h #includes.
author diego
date Sun, 01 Aug 2010 21:04:20 +0000
parents 88eef0d997e4
children 6b430d228c07
files mp3lib/dct64_sse.c mp3lib/sr1.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c	Sun Aug 01 17:51:28 2010 +0000
+++ b/mp3lib/dct64_sse.c	Sun Aug 01 21:04:20 2010 +0000
@@ -6,7 +6,6 @@
  */
 
 #include "libavutil/mem.h"
-#include "libavutil/internal.h"
 #include "mpg123.h"
 
 extern float __attribute__((aligned(16))) costab_mmx[];
--- a/mp3lib/sr1.c	Sun Aug 01 17:51:28 2010 +0000
+++ b/mp3lib/sr1.c	Sun Aug 01 21:04:20 2010 +0000
@@ -23,7 +23,6 @@
 #include "libvo/fastmemcpy.h"
 
 #include "libavutil/common.h"
-#include "libavutil/internal.h"
 
 #undef fprintf
 #undef printf