Math.c wasn't using the pch header, thanks for the catch, Steven

svn path=/trunk/; revision=16350
This commit is contained in:
Alex Ionescu 2005-06-30 16:31:15 +00:00
parent eaf273b4ef
commit 5420982bbb

View file

@ -18,8 +18,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <windows.h>
#include <stdlib.h>
#include <w32k.h>
double atan (double __x);
double atan2 (double __y, double __x);