stdlib.h should come from system includes

This commit is contained in:
sfraser%netscape.com 1999-06-19 21:50:41 +00:00
Родитель 81eb5e97f2
Коммит d384d93b04
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -21,7 +21,7 @@
#include "nsHTMLEntities.h"
#include "nsString.h"
#include "nsRect.h"
#include "stdlib.h"
#include <stdlib.h>
#include "plstr.h"
static NS_DEFINE_IID(kIFrameUtilIID, NS_IFRAME_UTIL_IID);

Просмотреть файл

@ -21,7 +21,7 @@
#include "nsHTMLEntities.h"
#include "nsString.h"
#include "nsRect.h"
#include "stdlib.h"
#include <stdlib.h>
#include "plstr.h"
static NS_DEFINE_IID(kIFrameUtilIID, NS_IFRAME_UTIL_IID);