Skip to content

Commit b27653a

Browse files
cydriftcloudKyle Kearney
authored andcommitted
Use individual headers instead of "mbed.h"
1 parent 26940e5 commit b27653a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

features/netsocket/emac-drivers/TARGET_WHD/interface/CyDhcpServer.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
#define WHD_DHCP_SERVER_H
2020

2121
#include "cy_result.h"
22+
#include "cy_syslib.h"
2223
#include "cynetwork_utils.h"
23-
#include "mbed.h"
24+
#include "UDPSocket.h"
25+
#include "netsocket/NetworkInterface.h"
26+
#include "netsocket/NetworkStack.h"
27+
#include "rtos.h"
2428

2529
/* DHCP data structure */
2630
typedef struct {

0 commit comments

Comments
 (0)