byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the

configurable items debug does not need to be directly included.
This commit is contained in:
jani
2003-02-21 16:43:46 +00:00
parent d372121d6e
commit 18df3961e9
37 changed files with 380 additions and 160 deletions

View File

@@ -33,7 +33,7 @@
/* Some ICMP messages should be passed to the transport protocols. This
is not implemented. */
#include "lwip/debug.h"
#include "lwip/opt.h"
#include "lwip/icmp.h"
#include "lwip/inet.h"

View File

@@ -39,7 +39,8 @@
*/
/*-----------------------------------------------------------------------------------*/
#include "lwip/debug.h"
#include "lwip/opt.h"
#include "lwip/def.h"
#include "lwip/mem.h"

View File

@@ -30,7 +30,6 @@
*
*/
#include "lwip/debug.h"
#include "lwip/ip_addr.h"
#include "lwip/inet.h"

View File

@@ -39,7 +39,7 @@
*/
/*-----------------------------------------------------------------------------------*/
#include "lwip/debug.h"
#include "lwip/opt.h"
#include "lwip/sys.h"
#include "lwip/ip.h"
#include "lwip/ip_frag.h"