changeset 621:fb9c03d5c69c libavutil

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.
author diego
date Sun, 25 Jan 2009 17:36:48 +0000
parents 27481e5860c1
children 2ff7ac1e95dd
files mem.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mem.c	Sun Jan 25 14:01:23 2009 +0000
+++ b/mem.c	Sun Jan 25 17:36:48 2009 +0000
@@ -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>