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
This commit is contained in:
Diego Biurrun 2009-01-25 17:36:48 +00:00
parent 57be00bea7
commit 692c315e3a
1 changed files with 0 additions and 6 deletions

View File

@ -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>