8000 unix-cpy: Put mpconfig.h before all other headers. · hellcoderz/micropython@b37c0a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b37c0a1

Browse files
committed
unix-cpy: Put mpconfig.h before all other headers.
1 parent 003977a commit b37c0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix-cpy/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#include <stdio.h>
44
#include <string.h>
55

6+
#include "mpconfig.h"
67
#include "nlr.h"
78
#include "misc.h"
8-
#include "mpconfig.h"
99
#include "qstr.h"
1010
#include "lexer.h"
1111
#include "lexerunix.h"

0 commit comments

Comments
 (0)
0