From: Paul Mackerras Date: Thu, 26 May 1994 06:36:22 +0000 (+0000) Subject: don't need if_ppp.h X-Git-Tag: ppp-2-1-2a~26 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e507f7cddfb46ae65a2ae01c3b52de087728cdca;hp=b2a66daf7f277c6f7e1b38e6889ce62fd8f661ad don't need if_ppp.h --- diff --git a/pppd/main.c b/pppd/main.c index 1bdca87..5fd465c 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,12 +18,13 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.11 1994/05/24 11:25:33 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.12 1994/05/26 06:36:22 paulus Exp $"; #endif #define SETSID #include +#include #include #include #include @@ -55,14 +56,9 @@ static char rcsid[] = "$Id: main.c,v 1.11 1994/05/24 11:25:33 paulus Exp $"; #include #include #include - -#include "callout.h" - #include -#include - -#include +#include "callout.h" #include "ppp.h" #include "magic.h" #include "fsm.h" diff --git a/pppd/sys-str.c b/pppd/sys-str.c index 0f9a78c..c197d4b 100644 --- a/pppd/sys-str.c +++ b/pppd/sys-str.c @@ -43,7 +43,6 @@ #include "pppd.h" #include "ppp.h" -#include #include #ifndef ifr_mtu