From 19ad2640ac2ece4a326399321ae6fce3dcf39589 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 12 Aug 2002 07:59:31 +0000 Subject: [PATCH] don't need systm.h here --- sys/compat/linux/arch/powerpc/linux_exec.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/compat/linux/arch/powerpc/linux_exec.h b/sys/compat/linux/arch/powerpc/linux_exec.h index bd46102cdf83..f5ec6603bd09 100644 --- a/sys/compat/linux/arch/powerpc/linux_exec.h +++ b/sys/compat/linux/arch/powerpc/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.6 2002/01/17 17:19:03 bjh21 Exp $ */ +/* $NetBSD: linux_exec.h,v 1.7 2002/08/12 07:59:31 mrg Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -42,7 +42,6 @@ #include #include #include -#include /* * From Linux's include/asm-ppc/elf.h