From 6a841a89e8143678d8b0bb3a7506a55e69e91cf5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 3 Aug 2006 03:34:43 +0000 Subject: 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 --- usr.bin/ssh/auth.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'usr.bin/ssh/auth.h') diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h index 502083c1f96..39c9e532271 100644 --- a/usr.bin/ssh/auth.h +++ b/usr.bin/ssh/auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.56 2006/08/01 23:22:47 stevesk Exp $ */ +/* $OpenBSD: auth.h,v 1.57 2006/08/03 03:34:41 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,14 +28,10 @@ #ifndef AUTH_H #define AUTH_H -#include +#include #include -#include -#include -#include - #ifdef HAVE_LOGIN_CAP #include #endif @@ -46,9 +42,6 @@ #include #endif -#include "key.h" -#include "hostfile.h" - typedef struct Authctxt Authctxt; typedef struct Authmethod Authmethod; typedef struct KbdintDevice KbdintDevice; -- cgit v1.2.3