Commit 692c315e authored by Diego Biurrun's avatar Diego Biurrun

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
parent 57be00be
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment