diff options
-rw-r--r-- | zephyr/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/main.c b/zephyr/main.c index 4c083e4c12..a67ad33526 100644 --- a/zephyr/main.c +++ b/zephyr/main.c @@ -31,7 +31,6 @@ #include <zephyr.h> #ifdef CONFIG_NETWORKING #include <net/net_context.h> -#include <net/nbuf.h> #endif #include "py/nlr.h" |