summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-20 14:51:43 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-20 14:51:43 +0000
commit7345488e16bacba9864a516ad2111f2c8c64ee83 (patch)
tree786f128912ffe5fa2b25b30860e31295da736a4b /usr.sbin
parent0b153c06a0e0113d5115653e99784998a7b1345d (diff)
Yet more #include de-duplication.
ok deraadt@ tedu@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/npppd/npppd/ppp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/npppd/npppd/ppp.c b/usr.sbin/npppd/npppd/ppp.c
index b125861134b..8f8d48b8ae4 100644
--- a/usr.sbin/npppd/npppd/ppp.c
+++ b/usr.sbin/npppd/npppd/ppp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ppp.c,v 1.22 2014/07/22 02:58:32 guenther Exp $ */
+/* $OpenBSD: ppp.c,v 1.23 2014/11/20 14:51:42 krw Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $Id: ppp.c,v 1.22 2014/07/22 02:58:32 guenther Exp $ */
+/* $Id: ppp.c,v 1.23 2014/11/20 14:51:42 krw Exp $ */
/**@file
* This file provides PPP(Point-to-Point Protocol, RFC 1661) and
* {@link :: _npppd_ppp PPP instance} related functions.
@@ -75,8 +75,6 @@
#define PPP_DBG(x)
#endif
-#include "debugutil.h"
-
static u_int ppp_seq = 0;
static void ppp_stop0 (npppd_ppp *);