Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756

This commit is contained in:
dougt%netscape.com 2005-11-02 07:37:29 +00:00
parent b8c1ceec4f
commit b89e6d73c7

View File

@ -35,7 +35,8 @@
*/
#include "primitives.h"
#include <math.h>
#include <math.h>
#include <stdlib.h>
#ifdef WIN32
#include <float.h>
#endif
@ -46,7 +47,6 @@
#ifndef TX_EXE
#include "prdtoa.h"
#else
#include <stdlib.h>
#include <stdio.h>
#endif