summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/telnet/telnet.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-02-21 18:58:43 +0000
committerDamien George <damien.p.george@gmail.com>2015-02-21 18:58:43 +0000
commit4a23a01945fa59051fd99fe3be78d836326cbada (patch)
tree9da3acf7782b191013fc9ac707047daab054fa5a /cc3200/telnet/telnet.c
parenteff359e114bc41ea1278f01a18ab50ac896f8cf0 (diff)
downloadmicropython-4a23a01945fa59051fd99fe3be78d836326cbada.tar.gz
micropython-4a23a01945fa59051fd99fe3be78d836326cbada.zip
cc3200: Add explicit py/ path-prefix for py includes.
This is how it should be, so one knows exactly where the includes are coming from.
Diffstat (limited to 'cc3200/telnet/telnet.c')
-rw-r--r--cc3200/telnet/telnet.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/cc3200/telnet/telnet.c b/cc3200/telnet/telnet.c
index 5ea72b280d..6ed97cc0ed 100644
--- a/cc3200/telnet/telnet.c
+++ b/cc3200/telnet/telnet.c
@@ -27,12 +27,9 @@
#include <stdint.h>
#include <std.h>
-#include "mpconfig.h"
+#include "py/mpconfig.h"
#include MICROPY_HAL_H
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
+#include "py/obj.h"
#include "telnet.h"
#include "simplelink.h"
#include "modwlan.h"