diff options
| author | Damien George | 2015-04-18 14:29:28 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-18 14:29:28 +0100 |
| commit | 259eaab9a9de1b01ac45803fe4f0e58b90f99d84 (patch) | |
| tree | 71f1861922251d0e5ea264bf17d146a94457f67c /cc3200/misc | |
| parent | 2764a8ee8d507ee31c1ceab213fcfcbd1bbb37a6 (diff) | |
cc3200: Clean up and reduce use/include of std.h.
Diffstat (limited to 'cc3200/misc')
| -rw-r--r-- | cc3200/misc/mperror.c | 2 | ||||
| -rw-r--r-- | cc3200/misc/mpexception.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/misc/mperror.c b/cc3200/misc/mperror.c index 1f77f0692..3927b2122 100644 --- a/cc3200/misc/mperror.c +++ b/cc3200/misc/mperror.c @@ -25,7 +25,7 @@ * THE SOFTWARE. */ -#include <std.h> +#include <stdio.h> #include <stdint.h> #include <string.h> diff --git a/cc3200/misc/mpexception.c b/cc3200/misc/mpexception.c index dbbebe539..c45f0244b 100644 --- a/cc3200/misc/mpexception.c +++ b/cc3200/misc/mpexception.c @@ -27,7 +27,6 @@ #include <stdint.h> #include <string.h> -#include <std.h> #include "py/mpstate.h" #include "mpexception.h" |
