cook: remove unneeded #includes
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 26 Oct 2011 22:36:08 +0000 (18:36 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 29 Oct 2011 17:43:28 +0000 (13:43 -0400)
libavcodec/cook.c

index d3e7de8..93e1758 100644 (file)
  * available.
  */
 
-#include <math.h>
-#include <stddef.h>
-#include <stdio.h>
-
 #include "libavutil/lfg.h"
-#include "libavutil/random_seed.h"
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"