Bugzilla Bug 280872: prmem.h doesn't need to include <stddef.h> directly

because it is already included via prtypes.h.  The patch is contributed
by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>. r=wtc.
This commit is contained in:
wtchang%redhat.com 2005-02-04 00:20:33 +00:00
parent d3bc41de0a
commit 10551dff2e

View File

@ -37,14 +37,13 @@
/*
** File: prmem.h
** Description: API to NSPR 2.0 memory management functions
** Description: API to NSPR memory management functions
**
*/
#ifndef prmem_h___
#define prmem_h___
#include "prtypes.h"
#include <stddef.h>
#include <stdlib.h>
PR_BEGIN_EXTERN_C