From 8488f59d3af9f20d03cb1c2c7fa49659188db41d Mon Sep 17 00:00:00 2001 From: yasuoka Date: Tue, 18 Apr 2017 03:25:22 +0000 Subject: Delete #include lines which are unnecessary. --- usr.sbin/npppd/npppd/npppd.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'usr.sbin/npppd') diff --git a/usr.sbin/npppd/npppd/npppd.c b/usr.sbin/npppd/npppd/npppd.c index 2e4e7d3a7b5..eddce7dd238 100644 --- a/usr.sbin/npppd/npppd/npppd.c +++ b/usr.sbin/npppd/npppd/npppd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: npppd.c,v 1.43 2015/12/05 16:10:31 yasuoka Exp $ */ +/* $OpenBSD: npppd.c,v 1.44 2017/04/18 03:25:22 yasuoka Exp $ */ /*- * Copyright (c) 2005-2008,2009 Internet Initiative Japan Inc. @@ -29,7 +29,7 @@ * Next pppd(nppd). This file provides a npppd daemon process and operations * for npppd instance. * @author Yasuoka Masahiko - * $Id: npppd.c,v 1.43 2015/12/05 16:10:31 yasuoka Exp $ + * $Id: npppd.c,v 1.44 2017/04/18 03:25:22 yasuoka Exp $ */ #include "version.h" #include /* ALIGNED_POINTER */ @@ -80,13 +80,6 @@ #endif /* USE_NPPPD_PPPOE */ #include "psm-opt.h" #include -#if defined(__NetBSD__) -#include -#else -#include -#endif -#include -#include #include #endif /* USE_NPPPD_PIPEX */ -- cgit v1.2.3-59-g8ed1b