From c48063facd90b07c793da02bcbfd8e2ca8327866 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 29 Jun 2000 02:40:37 +0000 Subject: remove include of --- sys/compat/linux/common/linux_exec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/compat/linux/common/linux_exec.c') diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index e000b7b9add..b0ace37dbea 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.36 2000/06/26 14:38:56 mrg Exp $ */ +/* $NetBSD: linux_exec.c,v 1.37 2000/06/29 02:40:38 mrg Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. @@ -51,8 +51,6 @@ #include #include -#include - #include #include -- cgit