diff dsputil.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents 7ac7a48fbe5e
children d7008d1c5bd0
line wrap: on
line diff
--- a/dsputil.c	Sat May 18 23:01:20 2002 +0000
+++ b/dsputil.c	Sat May 18 23:03:29 2002 +0000
@@ -18,9 +18,6 @@
  *
  * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at>
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <math.h>
 #include "avcodec.h"
 #include "dsputil.h"
 #include "simple_idct.h"