mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
PPP: remove double include for lwip/sys.h
Including it once is enough. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Sylvain Rochet <gradator@gradator.net>
This commit is contained in:
parent
0673fcdb44
commit
0a7db8a9a5
@ -51,7 +51,6 @@
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/sys.h"
|
||||
#if ENABLE_LOOPBACK
|
||||
#include "lwip/sys.h"
|
||||
#if LWIP_NETIF_LOOPBACK_MULTITHREADING
|
||||
#include "lwip/tcpip.h"
|
||||
#endif /* LWIP_NETIF_LOOPBACK_MULTITHREADING */
|
||||
|
@ -94,7 +94,6 @@
|
||||
#include "lwip/tcpip.h"
|
||||
#include "lwip/api.h"
|
||||
#include "lwip/snmp.h"
|
||||
#include "lwip/sys.h"
|
||||
#include "lwip/ip4.h" /* for ip4_input() */
|
||||
#if PPP_IPV6_SUPPORT
|
||||
#include "lwip/ip6.h" /* for ip6_input() */
|
||||
|
Loading…
Reference in New Issue
Block a user