cc3200: Remove remaining references to std.h.

This commit is contained in:
Damien George 2017-02-21 18:01:43 +11:00
parent b0a6dda115
commit 71ae3f389d
5 changed files with 1 additions and 8 deletions

View File

@ -26,8 +26,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h>
#include "std.h"
#include "py/mpconfig.h" #include "py/mpconfig.h"
#include "hw_ints.h" #include "hw_ints.h"

View File

@ -26,7 +26,6 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include "std.h"
#include "py/mpstate.h" #include "py/mpstate.h"
#include "py/runtime.h" #include "py/runtime.h"

View File

@ -25,8 +25,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <std.h>
#include "py/mpstate.h" #include "py/mpstate.h"
#include "py/obj.h" #include "py/obj.h"
#include "py/nlr.h" #include "py/nlr.h"

View File

@ -25,7 +25,6 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <std.h>
#include "simplelink.h" #include "simplelink.h"
#include "py/mpconfig.h" #include "py/mpconfig.h"

View File

@ -25,8 +25,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include <std.h>
#include "py/mpconfig.h" #include "py/mpconfig.h"
#include "py/obj.h" #include "py/obj.h"
#include "py/runtime.h" #include "py/runtime.h"