Change order of #includes so math-68881.h doesn't barf.

This commit is contained in:
mycroft 1993-08-15 16:00:41 +00:00
parent a5b04640d7
commit e1c5bd9b41
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
{