Do not #include common.h without necessity.

This eliminates the need to work around common.h overriding certain system
functions which are required in this header.

Originally committed as revision 16776 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent 57be00bea7
commit 692c315e3a
  1. 6
      libavutil/mem.c

@ -25,12 +25,6 @@
*/
#include "config.h"
#include "common.h"
/* here we can use OS dependent allocation functions */
#undef malloc
#undef free
#undef realloc
#include <limits.h>
#include <stdlib.h>

Loading…
Cancel
Save