Use individual headers instead of "mbed.h"

pull/11367/head
Lei Zhang 2019-08-26 14:13:00 -07:00 committed by Kyle Kearney
parent 26940e5c22
commit b27653af6f
1 changed files with 5 additions and 1 deletions

View File

@ -19,8 +19,12 @@
#define WHD_DHCP_SERVER_H
#include "cy_result.h"
#include "cy_syslib.h"
#include "cynetwork_utils.h"
#include "mbed.h"
#include "UDPSocket.h"
#include "netsocket/NetworkInterface.h"
#include "netsocket/NetworkStack.h"
#include "rtos.h"
/* DHCP data structure */
typedef struct {