summaryrefslogtreecommitdiff
path: root/stmhal/modnetwork.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-05-10 23:22:54 +0100
committerDamien George <damien.p.george@gmail.com>2016-05-10 23:30:39 +0100
commit5ab98d5c41bffa799a551a2731d904cab346898e (patch)
tree3e69611c73314b7e7c374172a9118e76e4b43dce /stmhal/modnetwork.c
parent088127d91cb593990cf4f04e64ca452671041e6f (diff)
stmhal: Convert to use internal errno symbols; enable uerrno module.
Diffstat (limited to 'stmhal/modnetwork.c')
-rw-r--r--stmhal/modnetwork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modnetwork.c b/stmhal/modnetwork.c
index 86bf7379b..4425461a0 100644
--- a/stmhal/modnetwork.c
+++ b/stmhal/modnetwork.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
-#include <errno.h>
#include "py/nlr.h"
#include "py/objlist.h"