Drop a duplicate `#include ppp.h'; noted by Chris Demetriou.

This commit is contained in:
pk 1996-10-20 19:32:42 +00:00
parent 4dd0b24bf9
commit 62c32ff2dc
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.c,v 1.16 1996/10/13 03:00:33 christos Exp $ */
/* $NetBSD: intr.c,v 1.17 1996/10/20 19:32:42 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -44,8 +44,6 @@
* @(#)intr.c 8.3 (Berkeley) 11/11/93
*/
#include "ppp.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>