summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/modpyb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-04-18 14:29:28 +0100
committerDamien George <damien.p.george@gmail.com>2015-04-18 14:29:28 +0100
commit259eaab9a9de1b01ac45803fe4f0e58b90f99d84 (patch)
tree71f1861922251d0e5ea264bf17d146a94457f67c /cc3200/mods/modpyb.c
parent2764a8ee8d507ee31c1ceab213fcfcbd1bbb37a6 (diff)
downloadmicropython-259eaab9a9de1b01ac45803fe4f0e58b90f99d84.tar.gz
micropython-259eaab9a9de1b01ac45803fe4f0e58b90f99d84.zip
cc3200: Clean up and reduce use/include of std.h.
Diffstat (limited to 'cc3200/mods/modpyb.c')
-rw-r--r--cc3200/mods/modpyb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/mods/modpyb.c b/cc3200/mods/modpyb.c
index fbff8bae6c..f7a941d083 100644
--- a/cc3200/mods/modpyb.c
+++ b/cc3200/mods/modpyb.c
@@ -25,9 +25,8 @@
* THE SOFTWARE.
*/
-
-#include <std.h>
#include <stdint.h>
+#include "std.h"
#include "py/mpstate.h"
#include "py/runtime.h"