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:
Dirk Ziegelmeier
2016-12-08 11:04:35 +01:00
parent 9c3bbcf4e6
commit 89cb7b7aa1
5 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,6 @@
#include "lwip/prot/dns.h"
#include <string.h>
#include <stdlib.h>
#if LWIP_MDNS_RESPONDER