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

This commit is contained in:
Paul Sokolovsky
2014-05-02 18:03:04 +03:00
parent f54bcbf099
commit 9b71b16a94
21 changed files with 21 additions and 21 deletions

View File

@@ -11,9 +11,9 @@
#include <netdb.h>
#include <errno.h>
#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "obj.h"
#include "objtuple.h"