diff h263dec.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents d442918c4698
children 5c8b3a717929
line wrap: on
line diff
--- a/h263dec.c	Sat May 18 23:01:20 2002 +0000
+++ b/h263dec.c	Sat May 18 23:03:29 2002 +0000
@@ -16,11 +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 "avcodec.h"
 #include "dsputil.h"
-#include "avcodec.h"
 #include "mpegvideo.h"
 
 //#define DEBUG