Fix the fizilla build a better way by #including <limits.h> only where needed. r=pinkerton,brade, a=akkana.

This commit is contained in:
sfraser%netscape.com 2001-03-22 22:56:11 +00:00
Родитель 41d9ebd9e4
Коммит 3bd3fa0ea0
3 изменённых файлов: 2 добавлений и 3 удалений

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

@ -21,6 +21,8 @@
* Darin Fisher <darin@netscape.com>
*/
#include <limits.h>
#include "nsFileTransport.h"
#include "nsFileTransportService.h"
#include "nsIInterfaceRequestor.h"

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

@ -24,5 +24,3 @@
#define _IMPL_NS_NET
#include "MacSharedPrefix.h"
#include <limits.h>

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

@ -25,4 +25,3 @@
#include "MacSharedPrefix_debug.h"
#include <limits.h>