Skip to content

Commit 71ae3f3

Browse files
committed
cc3200: Remove remaining references to std.h.
1 parent b0a6dda commit 71ae3f3

File tree

5 files changed

+1
-8
lines changed

5 files changed

+1
-8
lines changed

cc3200/bootmgr/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727
#include <stdint.h>
2828
#include <stdbool.h>
29-
30-
#include "std.h"
29+
#include <stdio.h>
3130

3231
#include "py/mpconfig.h"
3332
#include "hw_ints.h"

cc3200/mods/modmachine.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727

2828
#include <stdint.h>
29-
#include "std.h"
3029

3130
#include "py/mpstate.h"
3231
#include "py/runtime.h"

cc3200/mods/modnetwork.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* THE SOFTWARE.
2626
*/
2727

28-
#include <std.h>
29-
3028
#include "py/mpstate.h"
3129
#include "py/obj.h"
3230
#include "py/nlr.h"

cc3200/mods/modussl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*/
2626

2727
#include <stdint.h>
28-
#include <std.h>
2928

3029
#include "simplelink.h"
3130
#include "py/mpconfig.h"

cc3200/mods/pybrtc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* THE SOFTWARE.
2626
*/
2727

28-
#include <std.h>
29-
3028
#include "py/mpconfig.h"
3129
#include "py/obj.h"
3230
#include "py/runtime.h"

0 commit comments

Comments
 (0)