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

@@ -68,7 +68,6 @@
#include "lwip/etharp.h"
#include "lwip/prot/autoip.h"
#include <stdlib.h>
#include <string.h>
/** Pseudo random macro based on netif informations.