Mercurial > sdl-ios-xcode
diff src/audio/SDL_audiocvt.c @ 2768:26861c61142a
Don't include <math.h> when HAVE_MATH_H isn't defined
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Oct 2008 16:21:36 +0000 |
parents | f55c87ae336b |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/SDL_audiocvt.c Sun Oct 12 16:15:43 2008 +0000 +++ b/src/audio/SDL_audiocvt.c Sun Oct 12 16:21:36 2008 +0000 @@ -21,9 +21,6 @@ */ #include "SDL_config.h" -#define _USE_MATH_DEFINES -#include <math.h> - /* Functions for audio drivers to perform runtime conversion of audio format */ #include "SDL_audio.h"