Browse Source

zephyr/main: Remove superfluous include.

pull/3062/head
Paul Sokolovsky 8 years ago
parent
commit
4c2fa83f2a
  1. 1
      zephyr/main.c

1
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"

Loading…
Cancel
Save