Commit c5678a76 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d96f5a2a
...@@ -25,12 +25,6 @@ ...@@ -25,12 +25,6 @@
*/ */
#include "config.h" #include "config.h"
#include "common.h"
/* here we can use OS dependent allocation functions */
#undef malloc
#undef free
#undef realloc
#include <limits.h> #include <limits.h>
#include <stdlib.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