mirror of
https://github.com/micropython/micropython.git
synced 2025-08-18 16:40:38 +02:00
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Specifically, nlr.h does.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "mpconfig.h"
|
||||
#include "nlr.h"
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "qstr.h"
|
||||
#include "obj.h"
|
||||
#include "objtuple.h"
|
||||
|
Reference in New Issue
Block a user