summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/modwlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/modwlan.c')
-rw-r--r--cc3200/mods/modwlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c
index cf7519a0dd..6f3c21ca40 100644
--- a/cc3200/mods/modwlan.c
+++ b/cc3200/mods/modwlan.c
@@ -24,9 +24,9 @@
* THE SOFTWARE.
*/
-#include "std.h"
#include <stdint.h>
#include <stdbool.h>
+#include "std.h"
#include "simplelink.h"
#include "py/mpconfig.h"