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

pull/529/merge
Damien George 2014-05-02 16:24:31 +00:00
rodzic 003977a70b
commit b37c0a116e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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