diff options
author | mux <freelancer.c@gmail.com> | 2014-01-29 15:05:53 +0200 |
---|---|---|
committer | mux <freelancer.c@gmail.com> | 2014-01-29 15:05:53 +0200 |
commit | 8592d85b365a588a6ee18684e5d481b9e9df0866 (patch) | |
tree | 8210e074b0a27f65ab25377b2b592eea1707da4d | |
parent | 76a6335b6e5dc92c7aac86e1efe6f6bbe1983968 (diff) | |
download | micropython-8592d85b365a588a6ee18684e5d481b9e9df0866.tar.gz micropython-8592d85b365a588a6ee18684e5d481b9e9df0866.zip |
Remove redundant include in file.c
* Remove include mpconfigport.h from file.c
-rw-r--r-- | stm/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/file.c b/stm/file.c index 35bfca16a5..84f7251fec 100644 --- a/stm/file.c +++ b/stm/file.c @@ -3,7 +3,6 @@ #include "misc.h" #include "mpconfig.h" -#include "mpconfigport.h" #include "qstr.h" #include "obj.h" #include "file.h" |