summaryrefslogtreecommitdiffstatshomepage
path: root/stm/file.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-29 19:04:59 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-29 19:04:59 +0000
commit0347fbd2d541d6ede7d281e0b2f8c79d56c5f8be (patch)
tree70a8d4f03d1aed855276ad046093a3b6dafe58bd /stm/file.c
parent08d075592f3fa958ac3f24e176bee5ab56e78f49 (diff)
parentbfb01e9da620d974e3e38bf7ea2aa22d9c527d9d (diff)
downloadmicropython-0347fbd2d541d6ede7d281e0b2f8c79d56c5f8be.tar.gz
micropython-0347fbd2d541d6ede7d281e0b2f8c79d56c5f8be.zip
Merge branch 'master' of github.com:iabdalkader/micropython
Diffstat (limited to 'stm/file.c')
-rw-r--r--stm/file.c1
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"