Remove redundant include in file.c

* Remove include mpconfigport.h from file.c
This commit is contained in:
mux 2014-01-29 15:05:53 +02:00
parent 76a6335b6e
commit 8592d85b36

View File

@ -3,7 +3,6 @@
#include "misc.h"
#include "mpconfig.h"
#include "mpconfigport.h"
#include "qstr.h"
#include "obj.h"
#include "file.h"