diff options
author | brian <brian@FreeBSD.org> | 1998-08-26 17:39:38 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-08-26 17:39:38 +0000 |
commit | ccf90b2b068cb10138891a60bdc6c53552a37f31 (patch) | |
tree | 967de982ec1e3ef6e4018d30eb9e8f3d307b9648 /usr.sbin | |
parent | f0dee2c38ca3e4eeca64ea4679b582c4373dbbf4 (diff) | |
download | FreeBSD-src-ccf90b2b068cb10138891a60bdc6c53552a37f31.zip FreeBSD-src-ccf90b2b068cb10138891a60bdc6c53552a37f31.tar.gz |
Remove redundant include file.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/cbcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index bc04c4d..27f83e9 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cbcp.c,v 1.1 1998/08/07 18:44:16 brian Exp $ */ #include <sys/types.h> @@ -51,7 +51,6 @@ #include "cbcp.h" #include "mp.h" #include "chat.h" -#include "pap.h" #include "auth.h" #include "chap.h" #include "datalink.h" |