diff options
author | 1996-10-16 13:24:07 +0000 | |
---|---|---|
committer | 1996-10-16 13:24:07 +0000 | |
commit | d950a254d9712227112768f6896f1714c8634114 (patch) | |
tree | 5cbe55d1ba7ea52a6230f473442eac877b00f522 | |
parent | prototype changes. (diff) | |
download | wireguard-openbsd-d950a254d9712227112768f6896f1714c8634114.tar.xz wireguard-openbsd-d950a254d9712227112768f6896f1714c8634114.zip |
unneeded includes.
-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 |