diff options
author | Roland McGrath <roland@gnu.org> | 1995-07-22 05:16:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-07-22 05:16:58 +0000 |
commit | 0bf9d0eb2bc40ee304e8ff0315112cde711fa1b2 (patch) | |
tree | 14755a90cd49d73f53ffdede9f09c920aeace75f /sysdeps/i386/init-first.c | |
parent | 584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca (diff) |
Removed gratuitous #include <hurd.h>.
Diffstat (limited to 'sysdeps/i386/init-first.c')
-rw-r--r-- | sysdeps/i386/init-first.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/init-first.c b/sysdeps/i386/init-first.c index 06f433d2be..aa36732f60 100644 --- a/sysdeps/i386/init-first.c +++ b/sysdeps/i386/init-first.c @@ -17,7 +17,6 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <hurd.h> #include <unistd.h> extern void __libc_init (int, char **, char **); |