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

@@ -2,9 +2,9 @@
#include <stdarg.h>
#include <assert.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "obj.h"
#include "objtuple.h"