Skip to content
Snippets Groups Projects
Commit 26a99207 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers depend on it.

parent 9b71b16a
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,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 "parse.h"
......
......@@ -2,9 +2,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 "parse.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment