unix-cpy: Put mpconfig.h before all other headers.

store-consts
Damien George 2014-05-02 16:24:31 +00:00
parent 003977a70b
commit b37c0a116e
1 changed files with 1 additions and 1 deletions

View File

@ -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"