samples: net: lldp: remove duplicate include
<zephyr/zephyr.h> was included twice. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
47d13fc9a0
commit
a6fb18541d
|
@ -7,8 +7,6 @@
|
|||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(net_lldp_sample, LOG_LEVEL_DBG);
|
||||
|
||||
#include <zephyr/zephyr.h>
|
||||
|
||||
#include <zephyr/zephyr.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue