mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
unix-cpy: Put mpconfig.h before all other headers.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mpconfig.h"
|
||||
#include "nlr.h"
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "qstr.h"
|
||||
#include "lexer.h"
|
||||
#include "lexerunix.h"
|
||||
|
||||
Reference in New Issue
Block a user