diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-03 03:34:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-03 03:34:43 +0000 |
commit | 6a841a89e8143678d8b0bb3a7506a55e69e91cf5 (patch) | |
tree | 5f1332f81b08861f309a3b01c3ba9e835be55dbc /usr.bin/ssh/auth-options.h | |
parent | 4ca59a2a0eaecec3c6b29af7c2d68ac8732918db (diff) |
almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step
Diffstat (limited to 'usr.bin/ssh/auth-options.h')
-rw-r--r-- | usr.bin/ssh/auth-options.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/auth-options.h b/usr.bin/ssh/auth-options.h index cd2b030cd46..853f8b517c1 100644 --- a/usr.bin/ssh/auth-options.h +++ b/usr.bin/ssh/auth-options.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.h,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */ +/* $OpenBSD: auth-options.h,v 1.16 2006/08/03 03:34:41 deraadt Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -15,10 +15,6 @@ #ifndef AUTH_OPTIONS_H #define AUTH_OPTIONS_H -#include <sys/types.h> - -#include <pwd.h> - /* Linked list of custom environment strings */ struct envstring { struct envstring *next; |