From 10551dff2efb7fbc0798c6914946fc7c64b7782b Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Fri, 4 Feb 2005 00:20:33 +0000 Subject: [PATCH] Bugzilla Bug 280872: prmem.h doesn't need to include directly because it is already included via prtypes.h. The patch is contributed by Hans-Andreas Engel . r=wtc. --- nsprpub/pr/include/prmem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nsprpub/pr/include/prmem.h b/nsprpub/pr/include/prmem.h index 427360d9241b..1cf0949c0957 100644 --- a/nsprpub/pr/include/prmem.h +++ b/nsprpub/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 #include PR_BEGIN_EXTERN_C