mirror of https://github.com/ARMmbed/mbed-os.git
Use individual headers instead of "mbed.h"
parent
26940e5c22
commit
b27653af6f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue