lwip-interface: fix issue #2993
pull/3016/head
Sam Grove 2016-10-13 11:14:10 -05:00 committed by GitHub
commit 44dcb5f21f
4 changed files with 0 additions and 9 deletions

View File

@ -14,8 +14,6 @@
* limitations under the License.
*/
#include "platform.h"
#if DEVICE_EMAC
#include "emac_api.h"

View File

@ -14,8 +14,6 @@
* limitations under the License.
*/
#include "platform.h"
#if DEVICE_EMAC
#include "emac_stack_mem.h"

View File

@ -16,8 +16,6 @@
#ifndef MBED_EMAC_STACK_MEM_H
#define MBED_EMAC_STACK_MEM_H
#include "platform.h"
#if DEVICE_EMAC
#include <stdint.h>

View File

@ -17,9 +17,6 @@
#ifndef MBED_EMAC_API_H
#define MBED_EMAC_API_H
#include "platform.h"
#if DEVICE_EMAC
#include <stdbool.h>