Change order of #includes so math-68881.h doesn't barf.
This commit is contained in:
parent
a5b04640d7
commit
e1c5bd9b41
@ -22,11 +22,12 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#endif
|
||||
#include <Fix.h>
|
||||
#include <std.h>
|
||||
#include <math.h>
|
||||
#include <Obstack.h>
|
||||
#include <AllocRing.h>
|
||||
#include <strstream.h>
|
||||
#include <Fix.h>
|
||||
|
||||
// default parameters
|
||||
|
||||
|
@ -28,7 +28,6 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#endif
|
||||
#include <Integer.h>
|
||||
#include <std.h>
|
||||
#include <ctype.h>
|
||||
#include <float.h>
|
||||
@ -38,6 +37,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#include <AllocRing.h>
|
||||
#include <new.h>
|
||||
#include <builtin.h>
|
||||
#include <Integer.h>
|
||||
|
||||
#ifndef HUGE_VAL
|
||||
#ifdef HUGE
|
||||
|
@ -18,12 +18,12 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#endif
|
||||
#include <Rational.h>
|
||||
#include <std.h>
|
||||
#include <math.h>
|
||||
#include <values.h>
|
||||
#include <builtin.h>
|
||||
#include <float.h>
|
||||
#include <Rational.h>
|
||||
|
||||
void Rational::error(const char* msg) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user