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/uuencode.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/ssh/uuencode.c') diff --git a/usr.bin/ssh/uuencode.c b/usr.bin/ssh/uuencode.c index 8a6742e95c5..ae72c27535d 100644 --- a/usr.bin/ssh/uuencode.c +++ b/usr.bin/ssh/uuencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uuencode.c,v 1.23 2006/08/01 23:22:48 stevesk Exp $ */ +/* $OpenBSD: uuencode.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -23,12 +23,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" - #include - #include - #include #include -- cgit v1.2.3