From 0f4c18472c12e49337fc8a5624a4d68f5c07bc05 Mon Sep 17 00:00:00 2001 From: Ethan Mallove Date: Tue, 21 Apr 2009 17:35:58 +0000 Subject: [PATCH] Remove unused {{{malloc.h}}} include. (see http://www.open-mpi.org/community/lists/devel/2009/04/5845.php) This commit was SVN r21049. --- ompi/mca/common/mx/common_mx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ompi/mca/common/mx/common_mx.c b/ompi/mca/common/mx/common_mx.c index f819496556..df1fea1102 100644 --- a/ompi/mca/common/mx/common_mx.c +++ b/ompi/mca/common/mx/common_mx.c @@ -25,9 +25,6 @@ #include "common_mx.h" #include -#ifdef HAVE_MALLOC_H -#include -#endif #include "opal/memoryhooks/memory.h" #include "opal/util/output.h" #include "opal/mca/base/mca_base_param.h"