py, unix: Make "mpconfig.h" be first included, as other headers depend on it.

Specifically, nlr.h does.
This commit is contained in:
Paul Sokolovsky
2014-05-02 17:47:01 +03:00
parent e0954d426f
commit f54bcbf099
46 changed files with 45 additions and 45 deletions

View File

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