diff options
-rw-r--r-- | sys/lib/libsa/exec_elf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec_elf.c b/sys/lib/libsa/exec_elf.c index 7bb15cce4df..d4b033e819c 100644 --- a/sys/lib/libsa/exec_elf.c +++ b/sys/lib/libsa/exec_elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.c,v 1.1 1998/07/14 03:29:08 mickey Exp $ */ +/* $OpenBSD: exec_elf.c,v 1.2 1998/07/14 14:56:05 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -31,7 +31,6 @@ */ #include "libsa.h" -#include <machine/exec.h> #include <lib/libsa/exec.h> #include <sys/exec_elf.h> |