From 692c315e3ae33212b441b17615715dfb9733852b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Jan 2009 17:36:48 +0000 Subject: 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 --- libavutil/mem.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavutil/mem.c') diff --git a/libavutil/mem.c b/libavutil/mem.c index 1b960f2911..45cd986ee1 100644 --- a/libavutil/mem.c +++ b/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 #include -- cgit v1.2.3