mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 17:43:39 +08:00
Try to remove #include <stdlib.h> from many files. Does not seem necessary any more and might cause problems when porting lwIP.
This commit is contained in:
@@ -99,7 +99,6 @@
|
||||
#include "lwip/tcp.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if LWIP_TCP
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
#include "lwip/prot/dns.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if LWIP_MDNS_RESPONDER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user