Removed a conditional include for Sun Studio
We certainly don't support building on this anymore.
This commit is contained in:
parent
9baabccf91
commit
cea61b61ca
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@
|
|||
|
||||
#include <SDL_image.h>
|
||||
|
||||
#ifdef __SUNPRO_CC
|
||||
// GCC doesn't have hypot in cmath so include it for Sun Studio
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include <cmath>
|
||||
|
||||
// Includes for bug #17573
|
||||
|
|
Loading…
Add table
Reference in a new issue