summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-02 23:35:13 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-02 23:35:13 +0300
commit4c2fa83f2afa1dc9522755261c8a6969857a2031 (patch)
tree202121d40f4b0fb6f766c99a9a72d0c623a5d62a /zephyr
parentb5159a91498006c4ad8ff55465437a9fe18899a5 (diff)
downloadmicropython-4c2fa83f2afa1dc9522755261c8a6969857a2031.tar.gz
micropython-4c2fa83f2afa1dc9522755261c8a6969857a2031.zip
zephyr/main: Remove superfluous include.
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/main.c1
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"