summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-03-08 01:31:36 +0000
committerwtchang%redhat.com <devnull@localhost>2005-03-08 01:31:36 +0000
commitde2fd5deb87381a2dc1fec8ec43beaa5006173cc (patch)
treee0b712c2e1b4f8b0f9c1169c850b7b5db3a99f36
parent6ec53e26aa65bcb85de3ad16e94692914b4f5839 (diff)
downloadnspr-hg-de2fd5deb87381a2dc1fec8ec43beaa5006173cc.tar.gz
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. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/prmem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pr/include/prmem.h b/pr/include/prmem.h
index 427360d9..1cf0949c 100644
--- a/pr/include/prmem.h
+++ b/pr/include/prmem.h
@@ -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