mirror of
https://github.com/micropython/micropython.git
synced 2025-08-27 04:50:37 +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:
@@ -1,8 +1,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "misc.h"
|
||||
#include "qstr.h"
|
||||
#include "obj.h"
|
||||
#include "runtime.h"
|
||||
|
Reference in New Issue
Block a user