From 8a229af5668a46fda9ae9c7a0fc18cf5d0f2e337 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 21 Jan 1998 02:15:33 +0000 Subject: Remove unused #includes. Make various bits static. Remove unused variables. Submitted by: eivind --- usr.sbin/ppp/systems.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/ppp/systems.c') diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index c9a9925..0c975b7 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.33 1997/12/21 03:41:23 brian Exp $ + * $Id: systems.c,v 1.34 1997/12/24 09:29:17 brian Exp $ * * TODO: */ @@ -39,11 +39,9 @@ #include "timer.h" #include "fsm.h" #include "loadalias.h" -#include "ipcp.h" #include "pathnames.h" #include "vars.h" #include "server.h" -#include "chat.h" #include "systems.h" #define issep(ch) ((ch) == ' ' || (ch) == '\t') -- cgit v1.1