py: Include mpconfig.h before all other includes.

It defines types used by all other headers.

Fixes #691.
This commit is contained in:
Paul Sokolovsky
2014-06-21 22:43:22 +03:00
parent 4c4b9d15ab
commit 59c675a64c
40 changed files with 39 additions and 40 deletions

View File

@@ -29,8 +29,8 @@
#include <string.h>
#include <assert.h>
#include "misc.h"
#include "mpconfig.h"
#include "misc.h"
#include "qstr.h"
#include "obj.h"
#include "binary.h"