diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-04-18 14:29:28 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-04-18 14:29:28 +0100 |
| commit | 259eaab9a9de1b01ac45803fe4f0e58b90f99d84 (patch) | |
| tree | 71f1861922251d0e5ea264bf17d146a94457f67c /cc3200/util/socketfifo.c | |
| parent | 2764a8ee8d507ee31c1ceab213fcfcbd1bbb37a6 (diff) | |
cc3200: Clean up and reduce use/include of std.h.
Diffstat (limited to 'cc3200/util/socketfifo.c')
| -rw-r--r-- | cc3200/util/socketfifo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/util/socketfifo.c b/cc3200/util/socketfifo.c index cfe92a82b..eb25f3be3 100644 --- a/cc3200/util/socketfifo.c +++ b/cc3200/util/socketfifo.c @@ -28,7 +28,6 @@ #include <stdbool.h> #include <string.h> -#include <std.h> #include "osi.h" #include "fifo.h" #include "socketfifo.h" |
