diff rv10.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents 6ebbecc10063
children 718a22dc121f
line wrap: on
line diff
--- a/rv10.c	Sat May 18 23:01:20 2002 +0000
+++ b/rv10.c	Sat May 18 23:03:29 2002 +0000
@@ -16,12 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include "common.h"
+#include "avcodec.h"
 #include "dsputil.h"
-#include "avcodec.h"
 #include "mpegvideo.h"
 
 //#define DEBUG