diff options
Diffstat (limited to 'winsup/cygwin/profil.c')
-rw-r--r-- | winsup/cygwin/profil.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/profil.c b/winsup/cygwin/profil.c index cbfffc1b2..a4f64ae2c 100644 --- a/winsup/cygwin/profil.c +++ b/winsup/cygwin/profil.c @@ -1,6 +1,6 @@ /* profil.c -- win32 profil.c equivalent - Copyright 1998, 1999, 2000, 2001 Red Hat, Inc. + Copyright 1998, 1999, 2000, 2001, 2003, 2009 Red Hat, Inc. This file is part of Cygwin. @@ -9,10 +9,8 @@ details. */ #include <windows.h> -#include <stdio.h> #include <sys/types.h> #include <errno.h> -#include <math.h> #include <profil.h> |