comparison libmpcodecs/vd.c @ 29087:290420c32921

Remove unnecessary malloc.h #includes and related #ifdeffery.
author diego
date Thu, 02 Apr 2009 09:20:48 +0000
parents e3f3a991ba81
children 0f1b5b68af32
comparison
equal deleted inserted replaced
29086:b5c25fd3cf8f 29087:290420c32921
3 #include <string.h> 3 #include <string.h>
4 4
5 #include "config.h" 5 #include "config.h"
6 #include "mp_msg.h" 6 #include "mp_msg.h"
7 #include "help_mp.h" 7 #include "help_mp.h"
8
9 #if HAVE_MALLOC_H
10 #include <malloc.h>
11 #endif
12 8
13 #include "codec-cfg.h" 9 #include "codec-cfg.h"
14 //#include "mp_image.h" 10 //#include "mp_image.h"
15 11
16 #include "img_format.h" 12 #include "img_format.h"