diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 13:24:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 13:24:08 +0000 |
commit | 89021e0763ecf89b9261ef36d2386e9b5b210171 (patch) | |
tree | 75b892819ff4844d3b3dd523b7e1ab49978b0f34 /sys/lib/libsa/stand.h | |
parent | bdf104320461e0bf9d404701177565411cdd4009 (diff) |
unneeded includes.
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r-- | sys/lib/libsa/stand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index 7514d83c0c8..d73d3ac77e9 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.9 1996/10/16 11:32:08 mickey Exp $ */ +/* $OpenBSD: stand.h,v 1.10 1996/10/16 13:24:07 mickey Exp $ */ /* $NetBSD: stand.h,v 1.13 1996/01/13 22:25:42 leo Exp $ */ /*- @@ -38,7 +38,6 @@ #include <sys/types.h> #include <sys/cdefs.h> -#include <sys/stat.h> #include <machine/stdarg.h> #include "saioctl.h" #include "saerrno.h" @@ -48,6 +47,7 @@ #endif struct open_file; +struct stat; /* * Useful macros |