Skip to content

Commit e21cfb7

Browse files
author
Seppo Takalo
committed
Include "mbed.h" instead of directly network related headers.
1 parent 1999dae commit e21cfb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ESP8266Interface.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#ifndef ESP8266_INTERFACE_H
1818
#define ESP8266_INTERFACE_H
1919

20-
#include "network-socket/NetworkStack.h"
21-
#include "network-socket/WiFiInterface.h"
20+
#include "mbed.h"
2221
#include "ESP8266.h"
2322

2423

0 commit comments

Comments
 (0)