diff options
Diffstat (limited to 'FL/math.h')
| -rw-r--r-- | FL/math.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3,7 +3,7 @@ // // Math header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -29,11 +29,6 @@ # include <math.h> # undef fl_math_h_cyclic_include -# ifdef __EMX__ -# include <float.h> -# endif - - # ifndef M_PI # define M_PI 3.14159265358979323846 # define M_PI_2 1.57079632679489661923 |
