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:
Родитель
3c09601e58
Коммит
eca397f917
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче