cc3200: Remove remaining references to std.h.

pull/2399/merge
Damien George 2017-02-21 18:01:43 +11:00
rodzic b0a6dda115
commit 71ae3f389d
5 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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