Removed a conditional include for Sun Studio

We certainly don't support building on this anymore.
This commit is contained in:
Charles Dang 2016-11-30 11:58:49 +11:00
parent 9baabccf91
commit cea61b61ca

View file

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