More tiny code cleanups...

This commit is contained in:
sg
2015-02-11 21:53:12 +01:00
parent f12e6837be
commit f7905582db
2 changed files with 12 additions and 7 deletions

View File

@@ -40,13 +40,10 @@
#if LWIP_STATS /* don't build if not configured for use in lwipopts.h */
#ifndef LWIP_PLATFORM_DIAG
#error "If you want to use LWIP_STATS, LWIP_PLATFORM_DIAG needs to be defined in your arch/cc.h"
#endif
#include "lwip/def.h"
#include "lwip/stats.h"
#include "lwip/mem.h"
#include "lwip/debug.h"
#include <string.h>