[CHG] math.h is not needed in GRRLIB_fbSimple.h

This commit is contained in:
Crayon2000 2009-10-20 22:21:01 +00:00
parent 1e84350468
commit 01adcdf9b9

View file

@ -25,8 +25,6 @@ THE SOFTWARE.
* Inline functions for primitive point and line drawing. * Inline functions for primitive point and line drawing.
*/ */
#include <math.h>
/** /**
* Clear screen with a specific color. * Clear screen with a specific color.
* @param color The color to use to fill the screen. * @param color The color to use to fill the screen.