lwip-interface: fix issue #2993

DEVICE_ are passed as command line -D, thus no inclusion is required.
``platform.h`` is C++ header file, should not be pulled in C files
pull/2994/head
Martin Kojtal 2016-10-12 14:24:21 +01:00
parent f5fb485dcd
commit f8b682c943
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>