diff mp3lib/dct64_sse.c @ 31813:9b4d2a805d63

Remove unnecessary libavutil/internal.h #includes.
author diego
date Sun, 01 Aug 2010 21:04:20 +0000
parents c95e08f87c70
children 6d3212dd47b2
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[];