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:
Gerard Marull-Paretas 2022-08-25 15:03:03 +02:00 committed by Carles Cufí
parent 47d13fc9a0
commit a6fb18541d
1 changed files with 0 additions and 2 deletions

View File

@ -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>