Cleaned up usage of sys.h a bit

This commit is contained in:
goldsimon
2011-06-26 16:51:04 +00:00
committed by goldsimon
parent d798abcb91
commit f9e286ff67
8 changed files with 11 additions and 7 deletions

View File

@@ -36,7 +36,6 @@
#if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
#include "lwip/sys.h"
#include "lwip/mem.h"
#include "lwip/pbuf.h"
#include "lwip/ip.h"

View File

@@ -37,7 +37,6 @@
#if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
#include "lwip/tcp.h"
#include "lwip/sys.h"
#include "lwip/mem.h"
#include "lwip/pbuf.h"
#include "lwip/ip.h"

View File

@@ -41,7 +41,9 @@
#if LWIP_TIMERS
#include "lwip/err.h"
#if !NO_SYS
#include "lwip/sys.h"
#endif
#ifdef __cplusplus
extern "C" {