Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions features/FEATURE_LWIP/lwip-interface/emac_lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

#include "platform.h"

#if DEVICE_EMAC

#include "emac_api.h"
Expand Down
2 changes: 0 additions & 2 deletions features/FEATURE_LWIP/lwip-interface/emac_stack_lwip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

#include "platform.h"

#if DEVICE_EMAC

#include "emac_stack_mem.h"
Expand Down
2 changes: 0 additions & 2 deletions features/netsocket/emac_stack_mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 0 additions & 3 deletions hal/hal/emac_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
#ifndef MBED_EMAC_API_H
#define MBED_EMAC_API_H

#include "platform.h"


#if DEVICE_EMAC

#include <stdbool.h>
Expand Down