PPP: remove sio.h from included files

PPP is not using the SIO API anymore for quite a while. Remove now
useless sio.h from included files.
This commit is contained in:
Sylvain Rochet 2016-05-11 00:19:27 +02:00
parent b08f73be44
commit b9389c6eaf
3 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@
#include "lwip/mem.h"
#include "lwip/netif.h"
#include "lwip/sys.h"
#include "lwip/sio.h"
#include "lwip/timers.h"
#if PPP_IPV6_SUPPORT
#include "lwip/ip6_addr.h"

View File

@ -38,7 +38,6 @@
#define PPPOS_H
#include "lwip/sys.h"
#include "lwip/sio.h"
#include "ppp.h"
#include "vj.h"

View File

@ -88,7 +88,6 @@
#include "lwip/tcpip.h"
#include "lwip/api.h"
#include "lwip/snmp.h"
#include "lwip/sio.h"
#include "lwip/sys.h"
#include "lwip/ip4.h" /* for ip4_input() */
#if PPP_IPV6_SUPPORT