summaryrefslogtreecommitdiff
path: root/cc3200/mods
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-21 18:01:43 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-21 18:01:43 +1100
commit71ae3f389dbd4b1db6908f117ab224f9d3c9b38e (patch)
tree5b43a88110c847191b0405a3c179c0dbb9f270fd /cc3200/mods
parentb0a6dda115e34436cc1774661a57348aee9dbb81 (diff)
cc3200: Remove remaining references to std.h.
Diffstat (limited to 'cc3200/mods')
-rw-r--r--cc3200/mods/modmachine.c1
-rw-r--r--cc3200/mods/modnetwork.c2
-rw-r--r--cc3200/mods/modussl.c1
-rw-r--r--cc3200/mods/pybrtc.c2
4 files changed, 0 insertions, 6 deletions
diff --git a/cc3200/mods/modmachine.c b/cc3200/mods/modmachine.c
index 8a57c2eb4..3c4e5a116 100644
--- a/cc3200/mods/modmachine.c
+++ b/cc3200/mods/modmachine.c
@@ -26,7 +26,6 @@
*/
#include <stdint.h>
-#include "std.h"
#include "py/mpstate.h"
#include "py/runtime.h"
diff --git a/cc3200/mods/modnetwork.c b/cc3200/mods/modnetwork.c
index 89d61e939..c592eced2 100644
--- a/cc3200/mods/modnetwork.c
+++ b/cc3200/mods/modnetwork.c
@@ -25,8 +25,6 @@
* THE SOFTWARE.
*/
-#include <std.h>
-
#include "py/mpstate.h"
#include "py/obj.h"
#include "py/nlr.h"
diff --git a/cc3200/mods/modussl.c b/cc3200/mods/modussl.c
index 7a4787b6b..95ecdbce7 100644
--- a/cc3200/mods/modussl.c
+++ b/cc3200/mods/modussl.c
@@ -25,7 +25,6 @@
*/
#include <stdint.h>
-#include <std.h>
#include "simplelink.h"
#include "py/mpconfig.h"
diff --git a/cc3200/mods/pybrtc.c b/cc3200/mods/pybrtc.c
index db00f4939..510a9050d 100644
--- a/cc3200/mods/pybrtc.c
+++ b/cc3200/mods/pybrtc.c
@@ -25,8 +25,6 @@
* THE SOFTWARE.
*/
-#include <std.h>
-
#include "py/mpconfig.h"
#include "py/obj.h"
#include "py/runtime.h"