From ecf8cbed340ed4b628cb5c102e804ceab0dc8afd Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 22 Apr 2011 17:57:10 +0000 Subject: As suggested by Jakub Zawadzki: Rename g_gnuc_malloc.h to g_gnuc.h (since it contains non-malloc related GNUC stuff). Use G_GNUC_WARN_UNUSED_RESULT from glib instead of using warn_unused_result directly. svn path=/trunk/; revision=36825 --- epan/emem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/emem.h') diff --git a/epan/emem.h b/epan/emem.h index 2acf29d96b..82f281ed1b 100644 --- a/epan/emem.h +++ b/epan/emem.h @@ -26,7 +26,8 @@ #ifndef __EMEM_H__ #define __EMEM_H__ -#include "g_gnuc_malloc.h" +#include "g_gnuc.h" + /** @file */ /** Initialize all the memory allocation pools described below. -- cgit v1.2.3